다음을 통해 공유


AuthenticationStateProvider.AuthenticationStateChanged 이벤트

정의

가 변경된 경우 AuthenticationState 알림을 제공하는 이벤트입니다. 예를 들어 사용자가 로그인하거나 로그아웃하는 경우 이 이벤트가 발생할 수 있습니다.

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 

이벤트 유형

적용 대상