AuthenticationService.LoggedOut 事件
当新用户成功注销时发生。
命名空间: 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.LoggedOut, handler
语法
声明
Public Event LoggedOut As EventHandler(Of AuthenticationEventArgs)
public event EventHandler<AuthenticationEventArgs> LoggedOut
public:
event EventHandler<AuthenticationEventArgs^>^ LoggedOut {
void add (EventHandler<AuthenticationEventArgs^>^ value);
void remove (EventHandler<AuthenticationEventArgs^>^ value);
}
/** @event */
public void add_LoggedOut (EventHandler<AuthenticationEventArgs> value)
/** @event */
public void remove_LoggedOut (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 命名空间