Eto.Forms documentation
Eto.Forms documentation
Namespaces
Eto.Forms
Application.IHandler Interface
IHandler Methods
AsyncInvoke Method
Attach Method
Invoke Method
OnMainFormChanged Method
Open Method
Quit Method
Restart Method
Run Method
RunIteration Method
Application
IHandler
Quit Method
Quits the application
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
C#
VB
F#
Copy
void
Quit
()
Sub
Quit
abstract
Quit
:
unit
->
unit
Remarks
This should call the
OnTerminating(Application, CancelEventArgs)
callback to allow user-defined code to cancel the operation.
See Also
Reference
Application
IHandler Interface
Eto.Forms Namespace