Click or drag to resize

ThemedControlHandlerTControl, TWidget, TCallbackOnUnLoad Method

Called when the control is unloaded, which is when it is not currently on a displayed window

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual void OnUnLoad(
	EventArgs e
)

Parameters

e
Type: SystemEventArgs
Event arguments

Implements

ControlIHandlerOnUnLoad(EventArgs)
See Also