Initializes a new instance of the ReadOnlyPropertyChangedEventArgs class.
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Sub New ( _
propertyName As String _
)
用法
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
)
参数
- propertyName
类型:System.String
A string value that specifies the property that changed.