Construtor ReadOnlyPropertyChangedEventArgs
Initializes a new instance of the ReadOnlyPropertyChangedEventArgs class.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub New ( _
propertyName As String _
)
'Uso
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
)
Parâmetros
- propertyName
Tipo: System. . :: . .String
A string value that specifies the property that changed.
Consulte também