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.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
This API is not CLS-compliant. The CLS-compliant alternative is PropertyChanged.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Protected Event propertyChanged As PropertyChangedEventHandler
'Usage
Dim handler As PropertyChangedEventHandler
AddHandler Me.propertyChanged, handler
[CLSCompliantAttribute(false)]
protected event PropertyChangedEventHandler propertyChanged
[CLSCompliantAttribute(false)]
protected:
event PropertyChangedEventHandler^ propertyChanged {
void add (PropertyChangedEventHandler^ value);
void remove (PropertyChangedEventHandler^ value);
}
[<CLSCompliantAttribute(false)>]
member propertyChanged : IEvent<PropertyChangedEventHandler,
PropertyChangedEventArgs>
JScript supports the use of events, but not the declaration of new ones.