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.
Represents the event handler for debugger output.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As UsdTraceListener
Dim handler As EventHandler(Of DebuggerArgs)
AddHandler instance.DebuggerOutput, handler
Syntax
'Declaration
Public Event DebuggerOutput As EventHandler(Of DebuggerArgs)
public event EventHandler<DebuggerArgs> DebuggerOutput
public:
event EventHandler<DebuggerArgs^>^ DebuggerOutput {
void add (EventHandler<DebuggerArgs^>^ value);
void remove (EventHandler<DebuggerArgs^>^ value);
}
/** @event */
public void add_DebuggerOutput (EventHandler<DebuggerArgs> value)
/** @event */
public void remove_DebuggerOutput (EventHandler<DebuggerArgs> value)
Platforms
See Also
Reference
UsdTraceListener Class
UsdTraceListener Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.