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