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.