Конструктор ReadOnlyPropertyChangedEventArgs
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.