Событие DebugEvent
Пространство имен: Microsoft.DataWarehouse.Interfaces.Debugger
Сборка: Microsoft.DataWarehouse.Interfaces (в Microsoft.DataWarehouse.Interfaces.dll)
Синтаксис
'Декларация
Event DebugEvent As DebuggingEventHandler
'Применение
Dim instance As IDesignerDebuggingService
Dim handler As DebuggingEventHandler
AddHandler instance.DebugEvent, handler
event DebuggingEventHandler DebugEvent
event DebuggingEventHandler^ DebugEvent {
void add (DebuggingEventHandler^ value);
void remove (DebuggingEventHandler^ value);
}
abstract DebugEvent : IEvent<DebuggingEventHandler,
DebuggingEventArgs>
JScript поддерживает использование событий, но не объявление новых.