ConnectedServiceAuthenticator.AuthenticationChanged 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 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)