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) 

イベントの種類

適用対象