DynamicLayoutOnLoad Method |
Raises the
Load event, and creates the layout if it has not been created
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected override void OnLoad(
EventArgs e
)
Protected Overrides Sub OnLoad (
e As EventArgs
)
abstract OnLoad :
e : EventArgs -> unit
override OnLoad :
e : EventArgs -> unit
Parameters
- e
- Type: SystemEventArgs
Event arguments
See Also