Пространство имен:
Microsoft.IdentityModel.Web.Controls
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Dim instance As SignInControl
Dim handler As EventHandler
AddHandler instance.Click, handler
|
Синтаксис
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)
|
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также