Click or drag to resize

IBasicNoUIEnd Event

Occurs when execution has completed.

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

Value

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

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

See Also