Wizard.RegisterCommandEvents Method
.NET Framework 3.0
Registers a new instance of the CommandEventHandler class for the specified IButtonControl object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void RegisterCommandEvents ( IButtonControl button )
protected internal function RegisterCommandEvents ( button : IButtonControl )
Not applicable.
Parameters
- button
The IButtonControl for which the new instance of CommandEventHandler is registered.
Community Additions
ADD
Show: