IFileTableService.PostSave Event
Applies to v2.
Occurs after saving the files.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Event PostSave As EventHandler(Of EditorEventArgs)
'Usage
Dim instance As IFileTableService
Dim handler As EventHandler(Of EditorEventArgs)
AddHandler instance.PostSave, handler
event EventHandler<EditorEventArgs> PostSave
event EventHandler<EditorEventArgs^>^ PostSave {
void add (EventHandler<EditorEventArgs^>^ value);
void remove (EventHandler<EditorEventArgs^>^ value);
}
abstract PostSave : IEvent<EventHandler<EditorEventArgs>,
EditorEventArgs>
JScript supports the use of events, but not the declaration of new ones.