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
Public Event UnLoad As EventHandler(Of EventArgs)
member UnLoad : IEvent<EventHandler<EventArgs>,
EventArgs>
Value
Type:
SystemEventHandlerEventArgsSee Also