Click or drag to resize

ControlShown Event

Occurs when the control is shown on the screen

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

Value

Type: SystemEventHandlerEventArgs
Remarks
This event fires when the Visible property changes, or when initially showing a control on a form.
See Also