다음을 통해 공유


IEditor.ReadOnlyChanging 이벤트

버전 2에 적용

ReadOnly 속성이 변경되고 있을 때 발생합니다.

네임스페이스:  Microsoft.WebMatrix.Extensibility.Editor
어셈블리:  Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)

구문

‘선언
Event ReadOnlyChanging As EventHandler(Of CancelEventArgs)
‘사용 방법
Dim instance As IEditor 
Dim handler As EventHandler(Of CancelEventArgs)

AddHandler instance.ReadOnlyChanging, handler
event EventHandler<CancelEventArgs> ReadOnlyChanging
event EventHandler<CancelEventArgs^>^ ReadOnlyChanging {
    void add (EventHandler<CancelEventArgs^>^ value);
    void remove (EventHandler<CancelEventArgs^>^ value);
}
abstract ReadOnlyChanging : IEvent<EventHandler<CancelEventArgs>,
    CancelEventArgs>
JScript supports the use of events, but not the declaration of new ones.

참고 항목

참조

IEditor 인터페이스

Microsoft.WebMatrix.Extensibility.Editor 네임스페이스