次の方法で共有


NavigationRequestedEventArgs クラス

定義

プラットフォーム レンダラーによる内部使用用。

public ref class NavigationRequestedEventArgs : Microsoft::Maui::Controls::NavigationEventArgs
public class NavigationRequestedEventArgs : Microsoft.Maui.Controls.NavigationEventArgs
type NavigationRequestedEventArgs = class
    inherit NavigationEventArgs
Public Class NavigationRequestedEventArgs
Inherits NavigationEventArgs
継承
NavigationRequestedEventArgs

コンストラクター

名前 説明
NavigationRequestedEventArgs(Page, Boolean)

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

NavigationRequestedEventArgs(Page, Page, Boolean)

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

プロパティ

名前 説明
Animated

プラットフォーム レンダラーによる内部使用用。

BeforePage

プラットフォーム レンダラーによる内部使用用。

Page

削除されたページまたは新しく表示されたページを取得します。

(継承元 NavigationEventArgs)
RequestType

Microsoft.Maui.Controls プラットフォーム用の内部 API。

Task

プラットフォーム レンダラーによる内部使用用。

適用対象