Share via


Evento AuthenticationService.LoggedIn

Se produce cuando un nuevo usuario inicia sesión correctamente.

Espacio de nombres: System.ServiceModel.DomainServices.Client.ApplicationServices
Ensamblado: System.ServiceModel.DomainServices.Client (en system.servicemodel.domainservices.client.dll)

Uso

'Uso
Dim instance As AuthenticationService
Dim handler As EventHandler(Of AuthenticationEventArgs)

AddHandler instance.LoggedIn, handler

Sintaxis

'Declaración
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)

Notas

Este evento se genera cuando User cambia de anónimo a autenticado o cuando cambia de una identidad autenticada a otra.

Plataformas

Plataformas de desarrollo

Microsoft Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 y Windows 2000

Plataformas de destino

Vea también

Referencia

Clase AuthenticationService
Miembros AuthenticationService
Espacio de nombres System.ServiceModel.DomainServices.Client.ApplicationServices