ControlIHandlerOnLoadComplete Method |
Called after all other controls have been loaded
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void OnLoadComplete(
EventArgs e
)
Sub OnLoadComplete (
e As EventArgs
)
abstract OnLoadComplete :
e : EventArgs -> unit
Parameters
- e
- Type: SystemEventArgs
Event arguments
See Also