Compartir a través de


NavigationRequestedEventArgs Constructors

Definition

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)

Source:
NavigationRequestedEventArgs.cs
Source:
NavigationRequestedEventArgs.cs

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)

Source:
NavigationRequestedEventArgs.cs
Source:
NavigationRequestedEventArgs.cs

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.

Applies to