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