Share via


IDynamicReadOnly.ReadOnlyPropertyChanged Event

Event activated when a property is changed.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Event ReadOnlyPropertyChanged As EventHandler(Of ReadOnlyPropertyChangedEventArgs)
'Usage
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 supports the use of events, but not the declaration of new ones.

See Also

Reference

IDynamicReadOnly Interface

Microsoft.SqlServer.Management.Sdk.Sfc Namespace