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