Partilhar via


ShellNavigatedEventArgs Construtor

Definição

Inicializa uma nova instância de 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)

Parâmetros

previous
ShellNavigationState

O estado da navegação antes da navegação ocorrer.

current
ShellNavigationState

O estado de navegação após a navegação ter ocorrido.

source
ShellNavigationSource

A origem do evento de navegação.

Aplica-se a