Event SelectedTabChanged
Occurs when the selected tab changes.
public event EventHandler? SelectedTabChanged
Returns
- EventHandler
- Occurs when the selected tab changes.
Remarks
This event is triggered whenever the currently selected tab is changed by the user or programmatically. Subscribers can use this event to perform actions based on the newly selected tab.