When a Page is displayed, its OnAppearing() function is called. If I then push another non-modal page and then, on this new page, navigate back to the parent, its OnAppearing() function is called again.
If I now do the same but push a modal page, when I pop from this modal page, is there an easy way to detect the disappearance of the modal page back in the 'parent' page?
I am aware that the modal and non-modal pages use different stacks and so the 'parent' page is not a true parent but this seems like a fairly reasonable event to need to hook onto, so I wondered if there was an accepted way of doing this?
Any help would be welcome.
Kind wishes - Patrick