次の方法で共有


NavigationRequestedEventArgs コンストラクター

定義

オーバーロード

名前 説明
NavigationRequestedEventArgs(Page, Boolean)

指定したページのナビゲーション イベント引数を作成します。

NavigationRequestedEventArgs(Page, Page, Boolean)

別のページの前に挿入するためのナビゲーション イベント引数を作成します。

NavigationRequestedEventArgs(Page, Boolean)

ソース:
NavigationRequestedEventArgs.cs
ソース:
NavigationRequestedEventArgs.cs
ソース:
NavigationRequestedEventArgs.cs
ソース:
NavigationRequestedEventArgs.cs

指定したページのナビゲーション イベント引数を作成します。

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)

パラメーター

page
Page

Microsoft.Maui.Controls プラットフォームで内部使用する場合。

animated
Boolean

Microsoft.Maui.Controls プラットフォームで内部使用する場合。

適用対象

NavigationRequestedEventArgs(Page, Page, Boolean)

ソース:
NavigationRequestedEventArgs.cs
ソース:
NavigationRequestedEventArgs.cs
ソース:
NavigationRequestedEventArgs.cs
ソース:
NavigationRequestedEventArgs.cs

別のページの前に挿入するためのナビゲーション イベント引数を作成します。

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)

パラメーター

page
Page

Microsoft.Maui.Controls プラットフォームで内部使用する場合。

before
Page

Microsoft.Maui.Controls プラットフォームで内部使用する場合。

animated
Boolean

Microsoft.Maui.Controls プラットフォームで内部使用する場合。

適用対象