PoppedToRootEventArgs.PoppedPages Property

Definition

Gets a collection of pages that was removed from the navigation stack.

public System.Collections.Generic.IEnumerable<Xamarin.Forms.Page> PoppedPages { get; }
member this.PoppedPages : seq<Xamarin.Forms.Page>

Property Value

Remarks

For PoppedToRoot this represents the pages that were popped. The order of the pages represents the order of the stack that was popped. The first page in the collection is the page that was closest to the root page.

Applies to