다음을 통해 공유


IDynamicReadOnly.ReadOnlyPropertyChanged 이벤트

Event activated when a property is changed.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
Event ReadOnlyPropertyChanged As EventHandler(Of ReadOnlyPropertyChangedEventArgs)
‘사용 방법
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는 이벤트 사용을 지원하지만 새로운 이벤트 선언은 지원하지 않습니다.

참고 항목

참조

IDynamicReadOnly 인터페이스

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스