AuthenticationStateProvider.AuthenticationStateChanged Evento
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Um evento que fornece notificação quando o AuthenticationState foi alterado. Por exemplo, esse evento poderá ser gerado se um usuário fizer logon ou sair.
public:
event Microsoft::AspNetCore::Components::Authorization::AuthenticationStateChangedHandler ^ AuthenticationStateChanged;
public event Microsoft.AspNetCore.Components.Authorization.AuthenticationStateChangedHandler AuthenticationStateChanged;
public event Microsoft.AspNetCore.Components.Authorization.AuthenticationStateChangedHandler? AuthenticationStateChanged;
member this.AuthenticationStateChanged : Microsoft.AspNetCore.Components.Authorization.AuthenticationStateChangedHandler
Public Custom Event AuthenticationStateChanged As AuthenticationStateChangedHandler
Public Event AuthenticationStateChanged As AuthenticationStateChangedHandler