TableLayoutOnPreLoad Method |
Raises the
PreLoad event, and recurses to this container's children
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected override void OnPreLoad(
EventArgs e
)
Protected Overrides Sub OnPreLoad (
e As EventArgs
)
abstract OnPreLoad :
e : EventArgs -> unit
override OnPreLoad :
e : EventArgs -> unit
Parameters
- e
- Type: SystemEventArgs
Event arguments
See Also