I'm trying to hook methods to the two events Appearing
and Disappearing
but the latter is never called when I switch pages in a TabbedPage.
tabbedPage1.Disappearing += (sender, e) =>
{
//Do something
};
I'm trying to hook methods to the two events Appearing
and Disappearing
but the latter is never called when I switch pages in a TabbedPage.
tabbedPage1.Disappearing += (sender, e) =>
{
//Do something
};