ShellNavigatedEventArgs Constructor

Definition

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

Applies to