Wizard.RegisterCommandEvents(IButtonControl) Méthode

Définition

Inscrit une nouvelle instance de la classe CommandEventHandler pour l'objet IButtonControl spécifié.

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)

Paramètres

button
IButtonControl

IButtonControl pour lequel la nouvelle instance de CommandEventHandler est enregistrée.

S’applique à

Voir aussi