ToolIHandlerOnPreLoad Method |
Called before the tool item is assigned to a control/window
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void OnPreLoad(
EventArgs e
)
Sub OnPreLoad (
e As EventArgs
)
abstract OnPreLoad :
e : EventArgs -> unit
Parameters
- e
- Type: SystemEventArgs
Event arguments
See Also