Partager via


Événement ReadOnlyPropertyChanged

Event activated when a property is changed.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Event ReadOnlyPropertyChanged As EventHandler(Of ReadOnlyPropertyChangedEventArgs)
'Utilisation
Dim instance As IDynamicReadOnly
Dim handler As EventHandler(Of ReadOnlyPropertyChangedEventArgs)

AddHandler instance.ReadOnlyPropertyChanged, handler
event EventHandler<ReadOnlyPropertyChangedEventArgs> ReadOnlyPropertyChanged
 event EventHandler<ReadOnlyPropertyChangedEventArgs^>^ ReadOnlyPropertyChanged {
    void add (EventHandler<ReadOnlyPropertyChangedEventArgs^>^ value);
    void remove (EventHandler<ReadOnlyPropertyChangedEventArgs^>^ value);
}
abstract ReadOnlyPropertyChanged : IEvent<EventHandler<ReadOnlyPropertyChangedEventArgs>,
    ReadOnlyPropertyChangedEventArgs>
JScript prend en charge l'utilisation d'événements, mais pas la déclaration de nouveaux événements.