Click or drag to resize

Window.Closing 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: System.EventHandler<CancelEventArgs>
See Also