Share via


ShellNavigatingEventArgs Class

Definition

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 true.

GetDeferral()

Gets a deferral to delay navigation until the deferral is completed.

Applies to