SignInControl.Click (Evento)
Espacio de nombres: Microsoft.IdentityModel.Web.Controls
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As SignInControl Dim handler As EventHandler AddHandler instance.Click, handler
Sintaxis
'Declaración
Protected Event Click As EventHandler
protected event EventHandler Click
protected:
event EventHandler^ Click {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
/** @event */
protected void add_Click (EventHandler value)
/** @event */
protected void remove_Click (EventHandler value)
Plataformas
Plataformas de desarrollo
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Vea también
Referencia
SignInControl (Clase)
SignInControl (Miembros)
Microsoft.IdentityModel.Web.Controls (Espacio de nombres)