Namespace: Microsoft.IdentityModel.Web.Controls
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As SignInControl
Dim handler As EventHandler

AddHandler instance.Click, handler

Syntax

Visual Basic
Protected Event Click As EventHandler
C#
protected event EventHandler Click
C++
protected:
event EventHandler^ Click {
		void add (EventHandler^ value);
		void remove (EventHandler^ value);
}
J#
/** @event */
protected void add_Click (EventHandler value)

/** @event */
protected void remove_Click (EventHandler value)
JScript

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also