NavigationPage.Popped Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event that is raised after a page is popped from this NavigationPage element.
public event EventHandler<Xamarin.Forms.NavigationEventArgs> Popped;
member this.Popped : EventHandler<Xamarin.Forms.NavigationEventArgs>
Event Type
System.EventHandler<NavigationEventArgs>