Click or drag to resize

ApplicationIHandlerQuit Method

Quits the application

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void Quit()
Remarks
This should call the OnTerminating(Application, CancelEventArgs) callback to allow user-defined code to cancel the operation.
See Also