IFileTableService.PreEditorClosed-Ereignis
Die folgenden Ausführungen gelten für v2.
Tritt ein, bevor der Editor geschlossen wird.
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.