IFileTableService.PostSave 事件
适用于版本2
在保存文件后发生。
命名空间: Microsoft.WebMatrix.Extensibility.Editor
程序集: Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)
语法
声明
Event PostSave As EventHandler(Of EditorEventArgs)
用法
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.