NavigationRequestedEventArgs Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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)
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)
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.