ReadOnlyPropertyChangedEventArgs Constructor
Initializes a new instance of the ReadOnlyPropertyChangedEventArgs class.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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.