Click or drag to resize

ControlUnLoad Event

Occurs when the control is unloaded, which happens when removed from the control hierarchy or the window is closed.

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

Value

Type: SystemEventHandlerEventArgs
See Also