ShellNavigatedEventArgs Konstruktor

Definition

Initierar en ny instans av ShellNavigatedEventArgs.

public:
 ShellNavigatedEventArgs(Microsoft::Maui::Controls::ShellNavigationState ^ previous, Microsoft::Maui::Controls::ShellNavigationState ^ current, Microsoft::Maui::Controls::ShellNavigationSource source);
public ShellNavigatedEventArgs(Microsoft.Maui.Controls.ShellNavigationState previous, Microsoft.Maui.Controls.ShellNavigationState current, Microsoft.Maui.Controls.ShellNavigationSource source);
new Microsoft.Maui.Controls.ShellNavigatedEventArgs : Microsoft.Maui.Controls.ShellNavigationState * Microsoft.Maui.Controls.ShellNavigationState * Microsoft.Maui.Controls.ShellNavigationSource -> Microsoft.Maui.Controls.ShellNavigatedEventArgs
Public Sub New (previous As ShellNavigationState, current As ShellNavigationState, source As ShellNavigationSource)

Parametrar

previous
ShellNavigationState

Navigeringstillståndet innan navigeringen inträffade.

current
ShellNavigationState

Navigeringstillståndet efter navigeringen inträffade.

source
ShellNavigationSource

Källan till navigeringshändelsen.

Gäller för