Hi!
I'm currently working on an app which uses a TabbedPage. I'm looking for a way to have a method run every time one of the tabs in the tabbed page gets visible. I.e. when you select a tab on iOS or Android, and when you swipe to a tab on WindowsPhone. Currently I've only found OnAppearing(), which only seems to be called the first time the page is being built.
Is there any way to do this?
Best regards,
Andreas