Evento Authenticator.AuthenticationCompleted
Este miembro reemplaza a AuthenticatorBase.AuthenticationCompleted.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.Phone.Auth.UI (en Microsoft.SharePoint.Client.Phone.Auth.UI.dll)
Sintaxis
'Declaración
Public Overrides Event AuthenticationCompleted As EventHandler(Of AuthenticationCompletedEventArgs)
'Uso
Dim instance As Authenticator
Dim handler As EventHandler(Of AuthenticationCompletedEventArgs)
AddHandler instance.AuthenticationCompleted, handler
public override event EventHandler<AuthenticationCompletedEventArgs> AuthenticationCompleted