ThemedControlHandlerTControl, TWidget, TCallbackOnPreLoad Method |
Called before the control is loaded on a form
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public virtual void OnPreLoad(
EventArgs e
)
Public Overridable Sub OnPreLoad (
e As EventArgs
)
abstract OnPreLoad :
e : EventArgs -> unit
override OnPreLoad :
e : EventArgs -> unit
Parameters
- e
- Type: SystemEventArgs
Event arguments
Implements
ControlIHandlerOnPreLoad(EventArgs)See Also