Click or drag to resize

ApplicationICallbackOnTerminating Method

Raises the terminating event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void OnTerminating(
	Application widget,
	CancelEventArgs e
)

Parameters

widget
Type: Eto.FormsApplication

[Missing <param name="widget"/> documentation for "M:Eto.Forms.Application.ICallback.OnTerminating(Eto.Forms.Application,System.ComponentModel.CancelEventArgs)"]

e
Type: System.ComponentModelCancelEventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.Application.ICallback.OnTerminating(Eto.Forms.Application,System.ComponentModel.CancelEventArgs)"]

See Also