PoppedToRootEventArgs Class

Definition

EventArgs for the NavigationPage's PoppedToRoot navigation event.

public class PoppedToRootEventArgs : Xamarin.Forms.NavigationEventArgs
type PoppedToRootEventArgs = class
    inherit 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

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.

Applies to

See also