AuthenticationService.LoggedIn 事件
当新用户成功登录时发生。
命名空间: System.ServiceModel.DomainServices.Client.ApplicationServices
程序集: System.ServiceModel.DomainServices.Client(在 system.servicemodel.domainservices.client.dll 中)
用法
用法
Dim instance As AuthenticationService
Dim handler As EventHandler(Of AuthenticationEventArgs)
AddHandler instance.LoggedIn, handler
语法
声明
Public Event LoggedIn As EventHandler(Of AuthenticationEventArgs)
public event EventHandler<AuthenticationEventArgs> LoggedIn
public:
event EventHandler<AuthenticationEventArgs^>^ LoggedIn {
void add (EventHandler<AuthenticationEventArgs^>^ value);
void remove (EventHandler<AuthenticationEventArgs^>^ value);
}
/** @event */
public void add_LoggedIn (EventHandler<AuthenticationEventArgs> value)
/** @event */
public void remove_LoggedIn (EventHandler<AuthenticationEventArgs> value)
备注
当 User 从匿名更改为已验证身份,或者在不同的身份验证标识之间切换时,引发此事件。
平台
开发平台
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008 和 Windows 2000
目标平台
另请参见
参考
AuthenticationService 类
AuthenticationService 成员
System.ServiceModel.DomainServices.Client.ApplicationServices 命名空间