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.