ContextMenuOnClosing Method |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected virtual void OnClosing(
EventArgs e
)
Protected Overridable Sub OnClosing (
e As EventArgs
)
abstract OnClosing :
e : EventArgs -> unit
override OnClosing :
e : EventArgs -> unit
Parameters
- e
- Type: SystemEventArgs
Event arguments
See Also