NavigatingCancelEventArgs.NavigationMode Property

Definition

Gets the value of the mode parameter from the originating Navigate call.

public:
 property NavigationMode NavigationMode { NavigationMode get(); };
NavigationMode NavigationMode();
public NavigationMode NavigationMode { get; }
var navigationMode = navigatingCancelEventArgs.navigationMode;
Public ReadOnly Property NavigationMode As NavigationMode

Property Value

The value of the mode parameter from the originating Navigate call.

Applies to