Click or drag to resize

WindowCallbackOnClosing Method

Raises the closing event.

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

Parameters

widget
Type: Eto.FormsWindow

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

e
Type: System.ComponentModelCancelEventArgs

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

Implements

WindowICallbackOnClosing(Window, CancelEventArgs)
See Also