Click or drag to resize

WindowICallbackOnClosing Method

Raises the closing event.

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

Parameters

widget
Type: Eto.FormsWindow

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

e
Type: System.ComponentModelCancelEventArgs

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

See Also