NavigationPage.PoppedToRoot 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 when the last nonroot element is popped from this NavigationPage element.
public event EventHandler<Xamarin.Forms.NavigationEventArgs> PoppedToRoot;
member this.PoppedToRoot : EventHandler<Xamarin.Forms.NavigationEventArgs>
Event Type
System.EventHandler<NavigationEventArgs>
Remarks
The NavigationEventArgs can be cast to PoppedToRootEventArgs for access to additional properties. For example, the list of popped pages.