NavigationManager.LocationChanged Event

Definition

An event that fires when the navigation location has changed.

public:
 event EventHandler<Microsoft::AspNetCore::Components::Routing::LocationChangedEventArgs ^> ^ LocationChanged;
public event EventHandler<Microsoft.AspNetCore.Components.Routing.LocationChangedEventArgs> LocationChanged;
member this.LocationChanged : EventHandler<Microsoft.AspNetCore.Components.Routing.LocationChangedEventArgs> 
Public Custom Event LocationChanged As EventHandler(Of LocationChangedEventArgs) 

Event Type

Applies to