Click or drag to resize

IBasicNoUIDoEvents Event

Occurs when a macro/module is executing.

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

Value

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

By merely calling DoEvents, you can allow your own application to process messages and cooperatively multitask while a macro/module is running.

See Also