Событие Authenticator.AuthenticationCompleted
Этот элемент переопределяет AuthenticatorBase.AuthenticationCompleted.
Пространство имен: Microsoft.SharePoint.Client
Сборка: Microsoft.SharePoint.Client.Phone.Auth.UI (в Microsoft.SharePoint.Client.Phone.Auth.UI.dll)
Синтаксис
'Декларация
Public Overrides Event AuthenticationCompleted As EventHandler(Of AuthenticationCompletedEventArgs)
'Применение
Dim instance As Authenticator
Dim handler As EventHandler(Of AuthenticationCompletedEventArgs)
AddHandler instance.AuthenticationCompleted, handler
public override event EventHandler<AuthenticationCompletedEventArgs> AuthenticationCompleted