AuthenticationStateProvider.AuthenticationStateChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 Custom Event AuthenticationStateChanged As AuthenticationStateChangedHandler
Public Event AuthenticationStateChanged As AuthenticationStateChangedHandler