다음을 통해 공유


IEditor.DirtyChanged 이벤트

버전 2에 적용

Dirty 속성의 값이 변경된 후 발생합니다.

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

구문

‘선언
Event DirtyChanged As EventHandler
‘사용 방법
Dim instance As IEditor 
Dim handler As EventHandler 

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

참고 항목

참조

IEditor 인터페이스

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