Authenticator.AuthenticationCompleted evento
Esse membro substitui AuthenticatorBase.AuthenticationCompleted.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Phone.Auth.UI (em Microsoft.SharePoint.Client.Phone.Auth.UI.dll)
Sintaxe
'Declaração
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