Share via


ConnectedServiceAuthenticator.AuthenticationChanged Event

Definition

An event that signals a change to the current authentication state such as the authenticated user has changed.

public:
 event EventHandler<Microsoft::VisualStudio::ConnectedServices::AuthenticationChangedEventArgs ^> ^ AuthenticationChanged;
public event EventHandler<Microsoft.VisualStudio.ConnectedServices.AuthenticationChangedEventArgs> AuthenticationChanged;
member this.AuthenticationChanged : EventHandler<Microsoft.VisualStudio.ConnectedServices.AuthenticationChangedEventArgs> 
Public Event AuthenticationChanged As EventHandler(Of AuthenticationChangedEventArgs) 

Event Type

Applies to