Share via


ShellNavigatedEventArgs Class

Definition

Provides data for the Navigated event.

public ref class ShellNavigatedEventArgs : EventArgs
public class ShellNavigatedEventArgs : EventArgs
type ShellNavigatedEventArgs = class
    inherit EventArgs
Public Class ShellNavigatedEventArgs
Inherits EventArgs
Inheritance
ShellNavigatedEventArgs

Constructors

Name Description
ShellNavigatedEventArgs(ShellNavigationState, ShellNavigationState, ShellNavigationSource)

Initializes a new instance of ShellNavigatedEventArgs.

Properties

Name Description
Current

Gets the navigation state after the navigation occurred.

Previous

Gets the navigation state before the navigation occurred.

Source

Gets the source of the navigation event.

Applies to