AuthenticationStateChangedHandler Delegate

Definition

A handler for the AuthenticationStateChanged event.

public delegate void AuthenticationStateChangedHandler(Task<AuthenticationState ^> ^ task);
public delegate void AuthenticationStateChangedHandler(Task<AuthenticationState> task);
type AuthenticationStateChangedHandler = delegate of Task<AuthenticationState> -> unit
Public Delegate Sub AuthenticationStateChangedHandler(task As Task(Of AuthenticationState))

Parameters

task
Task<AuthenticationState>

A Task that supplies the updated AuthenticationState.

Applies to