Click or drag to resize

IBasicNoUIBegin Event

Occurs when execution has started.

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

Value

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

When this event is triggered, the Run property will be True and the Pause property will be False.

See Also