Share via


IDesignerDebuggingService.DebugEvent Event

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.

See Also

Reference

IDesignerDebuggingService Interface

Microsoft.DataWarehouse.Interfaces.Debugger Namespace