Wizard.RegisterCommandEvents(IButtonControl) 方法

定义

为指定的 CommandEventHandler 对象注册 IButtonControl 类的新实例。

protected public:
 void RegisterCommandEvents(System::Web::UI::WebControls::IButtonControl ^ button);
protected internal void RegisterCommandEvents (System.Web.UI.WebControls.IButtonControl button);
member this.RegisterCommandEvents : System.Web.UI.WebControls.IButtonControl -> unit
Protected Friend Sub RegisterCommandEvents (button As IButtonControl)

参数

button
IButtonControl

为其注册 IButtonControl 的新实例的 CommandEventHandler

适用于

另请参阅