ThemedControlHandler<TControl, TWidget, TCallback>.OnLoad Method |
Called when the control is loaded on a form
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic virtual void OnLoad(
EventArgs e
)
Public Overridable Sub OnLoad (
e As EventArgs
)
abstract OnLoad :
e : EventArgs -> unit
override OnLoad :
e : EventArgs -> unit
Parameters
- e
- Type: System.EventArgs
Event arguments
Implements
Control.IHandler.OnLoad(EventArgs)
See Also