Evento DebugEvent
Namespace: Microsoft.DataWarehouse.Interfaces.Debugger
Assembly: Microsoft.DataWarehouse.Interfaces (em Microsoft.DataWarehouse.Interfaces.dll)
Sintaxe
'Declaração
Event DebugEvent As DebuggingEventHandler
'Uso
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 dá suporte ao uso de eventos, mas não à declaração de eventos novos.