1 instantiation of LocationChangedEventArgs
Microsoft.AspNetCore.Components (1)
NavigationManager.cs (1)
300new LocationChangedEventArgs(_uri!, isInterceptedLink)
6 references to LocationChangedEventArgs
Microsoft.AspNetCore.Components (5)
NavigationManager.cs (2)
18public event EventHandler<LocationChangedEventArgs> LocationChanged 32private EventHandler<LocationChangedEventArgs>? _locationChanged;
Routing\LocationChangedEventArgs.cs (1)
12/// Initializes a new instance of <see cref="LocationChangedEventArgs" />.
Routing\Router.cs (1)
314private void OnLocationChanged(object sender, LocationChangedEventArgs args)
Routing\SupplyParameterFromQueryValueProvider.cs (1)
124private void OnLocationChanged(object? sender, LocationChangedEventArgs args)
Microsoft.AspNetCore.Components.Web (1)
Routing\NavLink.cs (1)
96private void OnLocationChanged(object? sender, LocationChangedEventArgs args)