IFileTableService.PreEditorClosed 이벤트
버전 2에 적용
편집기가 닫히기 전에 발생합니다.
네임스페이스: Microsoft.WebMatrix.Extensibility.Editor
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
Event PreEditorClosed As EventHandler(Of EditorEventArgs)
‘사용 방법
Dim instance As IFileTableService
Dim handler As EventHandler(Of EditorEventArgs)
AddHandler instance.PreEditorClosed, handler
event EventHandler<EditorEventArgs> PreEditorClosed
event EventHandler<EditorEventArgs^>^ PreEditorClosed {
void add (EventHandler<EditorEventArgs^>^ value);
void remove (EventHandler<EditorEventArgs^>^ value);
}
abstract PreEditorClosed : IEvent<EventHandler<EditorEventArgs>,
EditorEventArgs>
JScript supports the use of events, but not the declaration of new ones.