다음을 통해 공유


IFileTableService.EditorOpened 이벤트

버전 2에 적용

편집기가 열릴 때 발생합니다.

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

구문

‘선언
Event EditorOpened As EventHandler(Of EditorEventArgs)
‘사용 방법
Dim instance As IFileTableService 
Dim handler As EventHandler(Of EditorEventArgs)

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

참고 항목

참조

IFileTableService 인터페이스

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