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