dewango / BottomNavigationBarXF

Bottom Navigation Bar for Xamarin Forms
MIT License
187 stars 97 forks source link

Is it possible to capture the tab clicked event ? #74

Closed eclipseking closed 7 years ago

eclipseking commented 7 years ago

I would like to have some action after tab button clicked but don't what to change the current page , is it possible to do that ?

angelru commented 7 years ago

With int numPage = Children.IndexOf(CurrentPage) in OnCurrentPageChanged() You can detect clicked in tab.