Поделиться через


Событие 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.

См. также

Справочник

IFileTableService Интерфейс

Пространство имен Microsoft.WebMatrix.Extensibility.Editor