Evento IDynamicReadOnly.ReadOnlyPropertyChanged
Event activated when a property is changed.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Event ReadOnlyPropertyChanged As EventHandler(Of ReadOnlyPropertyChangedEventArgs)
'Utilizzo
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 supporta l'utilizzo di eventi, ma non la dichiarazione di nuovi eventi.