Show / Hide Table of Contents

Class NavigationStateChangedEventArgs

Provides data for the NavigationStateChanged event.

Inheritance
System.Object
System.EventArgs
NavigationStateChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Interop
Assembly: OpenSilver.dll
Syntax
public class NavigationStateChangedEventArgs : EventArgs

Constructors

| Improve this Doc View Source

NavigationStateChangedEventArgs(String, String)

Initializes a new instance of the NavigationStateChangedEventArgs class.

Declaration
public NavigationStateChangedEventArgs(string previousNavigationState, string newNavigationState)
Parameters
Type Name Description
System.String previousNavigationState

The URI fragment that represents the previous navigation state.

System.String newNavigationState

The URI fragment that represents the new navigation state.

Properties

| Improve this Doc View Source

NewNavigationState

Gets the URI fragment that represents the new navigation state.

Declaration
public string NewNavigationState { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PreviousNavigationState

Gets the URI fragment that represents the previous navigation state.

Declaration
public string PreviousNavigationState { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source