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 Microsoft.Maui.Controls platform. |
NavigationRequestedEventArgs(Page, Page, Boolean) |
For internal use by platform renderers. |
NavigationRequestedEventArgs(Page, Boolean)
For internal use by the Microsoft.Maui.Controls platform.
public:
NavigationRequestedEventArgs(Microsoft::Maui::Controls::Page ^ page, bool animated);
public NavigationRequestedEventArgs (Microsoft.Maui.Controls.Page page, bool animated);
new Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs : Microsoft.Maui.Controls.Page * bool -> Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs
Public Sub New (page As Page, animated As Boolean)
Parameters
- page
- Page
For internal use by the Microsoft.Maui.Controls platform.
- animated
- Boolean
For internal use by the Microsoft.Maui.Controls platform.
Applies to
NavigationRequestedEventArgs(Page, Page, Boolean)
For internal use by platform renderers.
public:
NavigationRequestedEventArgs(Microsoft::Maui::Controls::Page ^ page, Microsoft::Maui::Controls::Page ^ before, bool animated);
public NavigationRequestedEventArgs (Microsoft.Maui.Controls.Page page, Microsoft.Maui.Controls.Page before, bool animated);
new Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs : Microsoft.Maui.Controls.Page * Microsoft.Maui.Controls.Page * bool -> Microsoft.Maui.Controls.Internals.NavigationRequestedEventArgs
Public Sub New (page As Page, before As Page, animated As Boolean)
Parameters
- page
- Page
For internal use by the Microsoft.Maui.Controls platform.
- before
- Page
For internal use by the Microsoft.Maui.Controls platform.
- animated
- Boolean
For internal use by the Microsoft.Maui.Controls platform.