Share via


PoppedToRootEventArgs Class

Definition

Event arguments for a pop-to-root navigation operation.

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
PoppedToRootEventArgs

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

Name Description
PoppedToRootEventArgs(Page, IEnumerable<Page>)

Creates a new PoppedToRootEventArgs.

Properties

Name Description
Page

Gets the page that was removed or is newly visible.

(Inherited from NavigationEventArgs)
PoppedPages

Gets the pages that were popped from the navigation stack.

Applies to

See also