NavigationRequestedEventArgs Constructors
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.
Overloads
NavigationRequestedEventArgs(Page, Boolean) |
For internal use by the Xamarin.Forms platform. |
NavigationRequestedEventArgs(Page, Boolean, Boolean) |
Obsolete.
For internal use by the Xamarin.Forms platform. |
NavigationRequestedEventArgs(Page, Page, Boolean) |
For internal use by platform renderers. |
NavigationRequestedEventArgs(Page, Boolean)
For internal use by the Xamarin.Forms platform.
public NavigationRequestedEventArgs (Xamarin.Forms.Page page, bool animated);
new Xamarin.Forms.Internals.NavigationRequestedEventArgs : Xamarin.Forms.Page * bool -> Xamarin.Forms.Internals.NavigationRequestedEventArgs
Parameters
- page
- Page
For internal use by the Xamarin.Forms platform.
- animated
- System.Boolean
For internal use by the Xamarin.Forms platform.
Applies to
NavigationRequestedEventArgs(Page, Boolean, Boolean)
Caution
This constructor is obsolete as of 3.5.0. Please use NavigationRequestedEventArgs(Page page, bool animated) instead.
For internal use by the Xamarin.Forms platform.
[System.Obsolete("This constructor is obsolete as of 3.5.0. Please use NavigationRequestedEventArgs(Page page, bool animated) instead.")]
public NavigationRequestedEventArgs (Xamarin.Forms.Page page, bool animated, bool realize = true);
new Xamarin.Forms.Internals.NavigationRequestedEventArgs : Xamarin.Forms.Page * bool * bool -> Xamarin.Forms.Internals.NavigationRequestedEventArgs
Parameters
- page
- Page
For internal use by the Xamarin.Forms platform.
- animated
- System.Boolean
For internal use by the Xamarin.Forms platform.
- realize
- System.Boolean
For internal use by the Xamarin.Forms platform.
- Attributes
-
System.ObsoleteAttribute
Applies to
NavigationRequestedEventArgs(Page, Page, Boolean)
For internal use by platform renderers.
public NavigationRequestedEventArgs (Xamarin.Forms.Page page, Xamarin.Forms.Page before, bool animated);
new Xamarin.Forms.Internals.NavigationRequestedEventArgs : Xamarin.Forms.Page * Xamarin.Forms.Page * bool -> Xamarin.Forms.Internals.NavigationRequestedEventArgs
Parameters
- page
- Page
For internal use by the Xamarin.Forms platform.
- before
- Page
For internal use by the Xamarin.Forms platform.
- animated
- System.Boolean
For internal use by the Xamarin.Forms platform.