Xamarin.Forms
NavigationEventArgs
Page
Xamarin.Forms.NavigationEventArgs.Page Property
Gets the page that was removed or is newly visible.
Syntax
public
Page
Page
{ get; }
Value
Remarks
For
NavigationPage.Pushed
, this is the
Xamarin.Forms.Page
that was removed. For
NavigationPage.Pushed
and
NavigationPage.PoppedToRoot
it is the newly visible page, the pushed page or the root respectively.
Requirements
Namespace:
Xamarin.Forms
Assembly:
Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions:
1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0