NavigationLock.OnBeforeInternalNavigation Propriedade

Definição

Obtém ou define um retorno de chamada a ser invocado quando ocorre um evento de navegação interno.

[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)

Valor da propriedade

Atributos

Aplica-se a