ShellNavigatingEventArgs 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 Navigating event.
public ref class ShellNavigatingEventArgs : EventArgs
public class ShellNavigatingEventArgs : EventArgs
type ShellNavigatingEventArgs = class
inherit EventArgs
Public Class ShellNavigatingEventArgs
Inherits EventArgs
- Inheritance
-
ShellNavigatingEventArgs
Constructors
| Name | Description |
|---|---|
| ShellNavigatingEventArgs(ShellNavigationState, ShellNavigationState, ShellNavigationSource, Boolean) |
Initializes a new instance of the ShellNavigatingEventArgs class. |
Properties
| Name | Description |
|---|---|
| CanCancel |
Gets a value indicating whether the navigation can be cancelled. |
| Cancelled |
Gets a value indicating whether the navigation has been cancelled. |
| Current |
Gets the current navigation state. |
| Source |
Gets the source of the navigation. |
| Target |
Gets the target navigation state. |
Methods
| Name | Description |
|---|---|
| Cancel() |
Cancels the navigation if CanCancel is |
| GetDeferral() |
Gets a deferral to delay navigation until the deferral is completed. |