Partager via


Constructeur ReadOnlyPropertyChangedEventArgs

Initializes a new instance of the ReadOnlyPropertyChangedEventArgs class.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    propertyName As String _
)
'Utilisation
Dim propertyName As String

Dim instance As New ReadOnlyPropertyChangedEventArgs(propertyName)
public ReadOnlyPropertyChangedEventArgs(
    string propertyName
)
public:
ReadOnlyPropertyChangedEventArgs(
    String^ propertyName
)
new : 
        propertyName:string -> ReadOnlyPropertyChangedEventArgs
public function ReadOnlyPropertyChangedEventArgs(
    propertyName : String
)

Paramètres