Event Shown
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.