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
Public Event Shown As EventHandler(Of EventArgs)
member Shown : IEvent<EventHandler<EventArgs>,
EventArgs>
Value
Type:
SystemEventHandlerEventArgsRemarks
This event fires when the
Visible property changes, or when initially showing a control
on a form.
See Also