AuthenticationService.LoggedIn 이벤트
새 사용자가 성공적으로 로그인한 경우 발생합니다.
네임스페이스: System.ServiceModel.DomainServices.Client.ApplicationServices
어셈블리: system.servicemodel.domainservices.client.dll의 System.ServiceModel.DomainServices.Client
사용법
‘사용 방법
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가 anonymous에서 authenticated로 변경되거나 한 인증된 ID에서 다른 인증된 ID로 변경된 경우 발생합니다.
플랫폼
개발 플랫폼
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 및 Windows 2000
대상 플랫폼
참고 항목
참조
AuthenticationService 클래스
AuthenticationService 멤버
System.ServiceModel.DomainServices.Client.ApplicationServices 네임스페이스