Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.