Authenticator.AuthenticationCompleted - Événement
Ce membre remplace AuthenticatorBase.AuthenticationCompleted.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.Phone.Auth.UI (dans Microsoft.SharePoint.Client.Phone.Auth.UI.dll)
Syntaxe
'Déclaration
Public Overrides Event AuthenticationCompleted As EventHandler(Of AuthenticationCompletedEventArgs)
'Utilisation
Dim instance As Authenticator
Dim handler As EventHandler(Of AuthenticationCompletedEventArgs)
AddHandler instance.AuthenticationCompleted, handler
public override event EventHandler<AuthenticationCompletedEventArgs> AuthenticationCompleted