AuthenticationStateProvider.AuthenticationStateChanged Event

Definition

An event that provides notification when the AuthenticationState has changed. For example, this event may be raised if a user logs in or out.

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 Event AuthenticationStateChanged As AuthenticationStateChangedHandler 

Event Type

Applies to