Closed eclipseking closed 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 ?
With int numPage = Children.IndexOf(CurrentPage) in OnCurrentPageChanged() You can detect clicked in tab.
int numPage = Children.IndexOf(CurrentPage
OnCurrentPageChanged(
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 ?