Share via


LocationChangedEventArgs(String, Boolean) Constructor

Definition

Initializes a new instance of LocationChangedEventArgs.

public:
 LocationChangedEventArgs(System::String ^ ___location, bool isNavigationIntercepted);
public LocationChangedEventArgs(string ___location, bool isNavigationIntercepted);
new Microsoft.AspNetCore.Components.Routing.LocationChangedEventArgs : string * bool -> Microsoft.AspNetCore.Components.Routing.LocationChangedEventArgs
Public Sub New (___location As String, isNavigationIntercepted As Boolean)

Parameters

___location
String

The ___location.

isNavigationIntercepted
Boolean

A value that determines if navigation for the link was intercepted.

Applies to