You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to be able to know when a tab has been switched to or switched away from. Essentially, an equivalent to the INavigatedEvents but for tab selection.
Describe the solution you'd like
I want to be able to have an interface on my tabbed page viewmodels that lets me know if the page has been switched away from. This is potentially complicated if using one viewmodel for many tabs (i.e. the tabbedpage's viewmodel is also the tabs' viewmodel)
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Is your feature request related to a problem? Please describe.
I want to be able to know when a tab has been switched to or switched away from. Essentially, an equivalent to the
INavigatedEvents
but for tab selection.Describe the solution you'd like
I want to be able to have an interface on my tabbed page viewmodels that lets me know if the page has been switched away from. This is potentially complicated if using one viewmodel for many tabs (i.e. the tabbedpage's viewmodel is also the tabs' viewmodel)
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Proposed APIs
Additional context
N/A
The text was updated successfully, but these errors were encountered: