NavigationLock.OnBeforeInternalNavigation 属性

定义

获取或设置在内部导航事件发生时要调用的回调。

[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.Routing.LocationChangingContext> OnBeforeInternalNavigation { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.OnBeforeInternalNavigation : Microsoft.AspNetCore.Components.EventCallback<Microsoft.AspNetCore.Components.Routing.LocationChangingContext> with get, set
Public Property OnBeforeInternalNavigation As EventCallback(Of LocationChangingContext)

属性值

属性

适用于