Hi, I have notice that the tab event "Selected" is only triggered if the tab is manually clicked by the user. I use @bind-SelectedItem="@selectedTabIndex" and I am changing this by clicking a button. This does cause the tab to change, but the Selected event is not fired when the tab changes. How can I do this please?
Thanks