Событие IFileTableService.EditorOpened
Приведенные ниже сведения относятся к верс.2
Происходит при открытии редактора.
Пространство имен: Microsoft.WebMatrix.Extensibility.Editor
Сборка: Microsoft.WebMatrix.Extensibility (в Microsoft.WebMatrix.Extensibility.dll)
Синтаксис
'Декларация
Event EditorOpened As EventHandler(Of EditorEventArgs)
'Применение
Dim instance As IFileTableService
Dim handler As EventHandler(Of EditorEventArgs)
AddHandler instance.EditorOpened, handler
event EventHandler<EditorEventArgs> EditorOpened
event EventHandler<EditorEventArgs^>^ EditorOpened {
void add (EventHandler<EditorEventArgs^>^ value);
void remove (EventHandler<EditorEventArgs^>^ value);
}
abstract EditorOpened : IEvent<EventHandler<EditorEventArgs>,
EditorEventArgs>
JScript supports the use of events, but not the declaration of new ones.