Click or drag to resize

ContextMenuCallbackOnClosing Method

Raises the Closing event.

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

Parameters

widget
Type: Eto.FormsContextMenu

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

e
Type: SystemEventArgs

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

Implements

ContextMenuICallbackOnClosing(ContextMenu, EventArgs)
See Also