Click or drag to resize

ControlLoad Event

Occurs when the control is displayed on a visible window

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public event EventHandler<EventArgs> Load

Value

Type: SystemEventHandlerEventArgs
Remarks
A control is loaded when it is part of the control hierarchy and is shown on a window. When the control is removed from the hierarchy, or the window is closed, the UnLoad event will be called.
See Also