Freigeben über


NavigationRequestedEventArgs Konstruktoren

Definition

Überlädt

Name Beschreibung
NavigationRequestedEventArgs(Page, Boolean)

Erstellt Navigationsereignisargumente für die angegebene Seite.

NavigationRequestedEventArgs(Page, Page, Boolean)

Erstellt Navigationsereignisargumente zum Einfügen vor einer anderen Seite.

NavigationRequestedEventArgs(Page, Boolean)

Quelle:
NavigationRequestedEventArgs.cs
Quelle:
NavigationRequestedEventArgs.cs
Quelle:
NavigationRequestedEventArgs.cs

Erstellt Navigationsereignisargumente für die angegebene Seite.

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)

Parameter

page
Page

Für die interne Verwendung durch die Microsoft.Maui.Controls-Plattform.

animated
Boolean

Für die interne Verwendung durch die Microsoft.Maui.Controls-Plattform.

Gilt für:

NavigationRequestedEventArgs(Page, Page, Boolean)

Quelle:
NavigationRequestedEventArgs.cs
Quelle:
NavigationRequestedEventArgs.cs
Quelle:
NavigationRequestedEventArgs.cs

Erstellt Navigationsereignisargumente zum Einfügen vor einer anderen Seite.

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)

Parameter

page
Page

Für die interne Verwendung durch die Microsoft.Maui.Controls-Plattform.

before
Page

Für die interne Verwendung durch die Microsoft.Maui.Controls-Plattform.

animated
Boolean

Für die interne Verwendung durch die Microsoft.Maui.Controls-Plattform.

Gilt für: