Click or drag to resize

IBasicNoUIDebugPrint Event

Occurs when the instruction Debug.Print was executed.

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

Value

EventHandlerTextEventArgs
Remarks
The event handler receives an argument of type TextEventArgs.
Property Description
Text This is the Debug.Print text.

The Text parameter contains the text to be printed.

See Also