ShellNavigatedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |