Condividi tramite


Evento DebugEvent

Spazio dei nomi:  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Sintassi

'Dichiarazione
Event DebugEvent As DebuggingEventHandler
'Utilizzo
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 supporta l'utilizzo di eventi, ma non la dichiarazione di nuovi eventi.