WindowCallbackOnClosing Method |
Raises the closing event.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void OnClosing(
Window widget,
CancelEventArgs e
)
Public Sub OnClosing (
widget As Window,
e As CancelEventArgs
)
abstract OnClosing :
widget : Window *
e : CancelEventArgs -> unit
override OnClosing :
widget : Window *
e : CancelEventArgs -> unit
Parameters
- widget
- Type: Eto.FormsWindow
[Missing <param name="widget"/> documentation for "M:Eto.Forms.Window.Callback.OnClosing(Eto.Forms.Window,System.ComponentModel.CancelEventArgs)"]
- e
- Type: System.ComponentModelCancelEventArgs
[Missing <param name="e"/> documentation for "M:Eto.Forms.Window.Callback.OnClosing(Eto.Forms.Window,System.ComponentModel.CancelEventArgs)"]
Implements
WindowICallbackOnClosing(Window, CancelEventArgs)See Also