Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the designer is being debugged.
Namespace: Microsoft.DataWarehouse.Interfaces.Debugger
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Syntax
'Declaration
Event DebugEvent As DebuggingEventHandler
'Usage
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 supports the use of events, but not the declaration of new ones.