Click or drag to resize

ContextMenuICallbackOnOpening Method

Raises the Opening event.

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

Parameters

widget
Type: Eto.FormsContextMenu

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

e
Type: SystemEventArgs

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

See Also