Click or drag to resize

WindowClosing Event

Occurs before the window is closed, giving an opportunity to cancel the close operation.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public event EventHandler<CancelEventArgs> Closing

Value

Type: SystemEventHandlerCancelEventArgs
See Also