SignInControl.Click 事件

命名空间: Microsoft.IdentityModel.Web.Controls
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)

用法

    Dim instance As SignInControl
Dim handler As EventHandler

AddHandler instance.Click, handler

语法

声明
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)

平台

开发平台

Windows Server 2003, Windows Vista

Target Platforms

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

请参见

参考

SignInControl 类
SignInControl 成员
Microsoft.IdentityModel.Web.Controls 命名空间