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:
property System::Collections::Generic::IEnumerable<Microsoft::Maui::Controls::Page ^> ^ PoppedPages { System::Collections::Generic::IEnumerable<Microsoft::Maui::Controls::Page ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.Maui.Controls.Page> PoppedPages { get; }
member this.PoppedPages : seq<Microsoft.Maui.Controls.Page>
Public ReadOnly Property PoppedPages As IEnumerable(Of 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.