ContextMenuCallbackOnClosing Method |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void OnClosing(
ContextMenu widget,
EventArgs e
)
Public Sub OnClosing (
widget As ContextMenu,
e As EventArgs
)
abstract OnClosing :
widget : ContextMenu *
e : EventArgs -> unit
override OnClosing :
widget : ContextMenu *
e : EventArgs -> unit
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