次の方法で共有


ShellNavigatingEventArgs コンストラクター

定義

ShellNavigatingEventArgs クラスの新しいインスタンスを初期化します。

public:
 ShellNavigatingEventArgs(Microsoft::Maui::Controls::ShellNavigationState ^ current, Microsoft::Maui::Controls::ShellNavigationState ^ target, Microsoft::Maui::Controls::ShellNavigationSource source, bool canCancel);
public ShellNavigatingEventArgs(Microsoft.Maui.Controls.ShellNavigationState current, Microsoft.Maui.Controls.ShellNavigationState target, Microsoft.Maui.Controls.ShellNavigationSource source, bool canCancel);
new Microsoft.Maui.Controls.ShellNavigatingEventArgs : Microsoft.Maui.Controls.ShellNavigationState * Microsoft.Maui.Controls.ShellNavigationState * Microsoft.Maui.Controls.ShellNavigationSource * bool -> Microsoft.Maui.Controls.ShellNavigatingEventArgs
Public Sub New (current As ShellNavigationState, target As ShellNavigationState, source As ShellNavigationSource, canCancel As Boolean)

パラメーター

current
ShellNavigationState

現在のナビゲーション状態。

target
ShellNavigationState

ターゲット ナビゲーションの状態。

source
ShellNavigationSource

ナビゲーションのソース。

canCancel
Boolean

ナビゲーションを取り消すことができるかどうか。

適用対象