PoppedToRootEventArgs Class   
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.
EventArgs for the NavigationPage's PoppedToRoot navigation event.
public ref class PoppedToRootEventArgs : Microsoft::Maui::Controls::NavigationEventArgs
	public class PoppedToRootEventArgs : Microsoft.Maui.Controls.NavigationEventArgs
	type PoppedToRootEventArgs = class
    inherit NavigationEventArgs
	Public Class PoppedToRootEventArgs
Inherits NavigationEventArgs
		- Inheritance
 
Remarks
The PoppedToRoot passes NavigationEventArgs as the event argument. This class can be cast to PoppedToRootEventArgs to allow for access to the PoppedPages collection that exposes the pages that was popped.
Constructors
| PoppedToRootEventArgs(Page, IEnumerable<Page>) | 
		 For internal use by platform renderers.  | 
        	
Properties
| Page | 
		 Gets the page that was removed or is newly visible. (Inherited from NavigationEventArgs) | 
        	
| PoppedPages | 
		 Gets a collection of pages that was removed from the navigation stack.  |