IFileTableService.PreEditorClosed Event

Applies to v2.

Occurs before the editor is closed.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Event PreEditorClosed As EventHandler(Of EditorEventArgs)
'Usage
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.

See Also

Reference

IFileTableService Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace