NavigationManager.LocationChanged 事件

定义

导航位置更改时触发的事件。

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) 

事件类型

适用于