Click or drag to resize

IBasicNoUIDebugClear Event

Occurs when the instruction Debug.Clear is executed.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
event EventHandler<EventArgs> DebugClear

Value

EventHandlerEventArgs
Remarks
The event handler receives an argument of type EventArgs.
See Also