ThemedControlHandler<TControl, TWidget, TCallback>.OnUnLoad 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
Syntaxpublic virtual void OnUnLoad(
EventArgs e
)
Public Overridable Sub OnUnLoad (
e As EventArgs
)
abstract OnUnLoad :
e : EventArgs -> unit
override OnUnLoad :
e : EventArgs -> unit
Parameters
- e
- Type: System.EventArgs
Event arguments
Implements
Control.IHandler.OnUnLoad(EventArgs)
See Also