PoppedToRootEventArgs.PoppedPages Property
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.
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
System.Collections.Generic.IEnumerable<Page>
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.