Table of Contents

Event Shown

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Occurs when the control is first displayed.

public event EventHandler? Shown

Returns

EventHandler
Occurs when the control is first displayed.

Remarks

This event is raised after the control becomes visible to the user. Handlers can use this event to perform initialization or actions that should occur when the control is shown. This event is only triggered once per control instance.