Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Invoked whenever the effective value of any SfcInstance property is updated.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Friend Overridable Sub OnPropertyValueChanges ( _
args As PropertyChangedEventArgs _
)
'Usage
Dim args As PropertyChangedEventArgs
Me.OnPropertyValueChanges(args)
protected internal virtual void OnPropertyValueChanges(
PropertyChangedEventArgs args
)
protected public:
virtual void OnPropertyValueChanges(
PropertyChangedEventArgs^ args
)
abstract OnPropertyValueChanges :
args:PropertyChangedEventArgs -> unit
override OnPropertyValueChanges :
args:PropertyChangedEventArgs -> unit
function OnPropertyValueChanges(
args : PropertyChangedEventArgs
)
Parameters
- args
Type: System.ComponentModel.PropertyChangedEventArgs
A PropertyChangedEventArgs object that specifies the property name.