Share via


ShellNavigatedEventArgs Constructor

Definition

Initializes a new instance of 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)

Parameters

previous
ShellNavigationState

The navigation state before the navigation occurred.

current
ShellNavigationState

The navigation state after the navigation occurred.

source
ShellNavigationSource

The source of the navigation event.

Applies to