Click or drag to resize

IHandler Methods

The ApplicationIHandler type exposes the following members.

Methods
  NameDescription
Public methodAsyncInvoke
Invoke the action asynchronously on the UI thread
Public methodAttach
Attach the application to an already-running native application with the same platform.
Public methodInvoke
Invoke the specified action on the UI thread, blocking the current execution until it is complete.
Public methodOnMainFormChanged
Called by the widget when the MainForm is changed
Public methodOpen
Open the specified file or url with its associated application.
Public methodQuit
Quits the application
Public methodRestart
Restarts the application
Public methodRun
Runs the application and starts a main loop.
Public methodRunIteration
Advanced. Runs an iteration of the main UI loop when you are blocking the UI thread with logic.
Top
See Also