Click or drag to resize

IBasicNoUI Events

The IBasicNoUI type exposes the following members.

Events
 NameDescription
Public eventBegin Occurs when execution has started.
Public eventDebugClear Occurs when the instruction Debug.Clear is executed.
Public eventDebugPrint Occurs when the instruction Debug.Print was executed.
Public eventDebugTrace Occurs when the trace output needs to be printed.
Public eventDisconnected Occurs when a Disconnect has been called successfully.
Public eventDisconnecting Occurs when a Disconnect is called.
Public eventDoEvents Occurs when a macro/module is executing.
Public eventEnd Occurs when execution has completed.
Public eventErrorAlert Occurs when an error has occurred. (Evaluation errors do not trigger this event.)
Public eventErrorLog Occurs when a syntax error has occurred. (Evaluation errors do not trigger this event.)
Public eventGetAssemblyNames Occurs when the Edit|References dialog is displayed.
Public eventGetMacroCaption Occurs when a macro/module's caption is needed.
Public eventMacroBegin Occurs when a macro has been started or module has been loaded.
Public eventMacroEnd Occurs when a macro has been ended or a module has been unloaded.
Public eventMapMacroName Occurs when a macro/module name needs to be mapped.
Public eventPause_ Occurs when execution has been paused.
Public eventPending Occurs when execution needs to pause or end.
Public eventReadMacro Occurs when a macro/module needs to be read from storage.
Public eventReceivedAppSyncMessage Occurs when the remote Basic Control/Object receives an app synchronize message.
Public eventResume Occurs when execution has been resumed.
Public eventSynchronizing Occurs when the remote Basic Control/Object needs to Synchronize.
Public eventWriteMacro Occurs when a macro/module needs to be written to storage.
Top
See Also