IFileTableService.PreEditorClosed イベント

v2 に適用されます。

エディターを閉じる前に発生します。

名前空間:  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.

関連項目

参照

IFileTableService インターフェイス

Microsoft.WebMatrix.Extensibility.Editor 名前空間