Table of Contents

Event SelectedTabClickedAgain

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll

Occurs when the currently selected tab is clicked again by the user.

public event EventHandler? SelectedTabClickedAgain

Returns

EventHandler
Occurs when the currently selected tab is clicked again by the user.

Remarks

This event can be used to trigger actions such as refreshing the content of the selected tab or displaying additional options. The event is raised only when the user clicks the tab that is already selected, not when switching between tabs.