3 implementations of Command
System.Web (3)
UI\WebControls\Button.cs (1)
237public event CommandEventHandler Command {
UI\WebControls\ImageButton.cs (1)
266public event CommandEventHandler Command {
UI\WebControls\LinkButton.cs (1)
248public event CommandEventHandler Command {
1 reference to Command
System.Web (1)
UI\WebControls\Wizard.cs (1)
1934button.Command += new CommandEventHandler(this.OnCommand);