IButtonControl.Command Event
.NET Framework 3.0
Occurs when the button control is clicked.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
event CommandEventHandler^ Command { void add (CommandEventHandler^ value); void remove (CommandEventHandler^ value); }
/** @event */ void add_Command (CommandEventHandler value) /** @event */ void remove_Command (CommandEventHandler value)
In JScript, you can handle the events defined by a class, but you cannot define your own.
Not applicable.
The Command event is raised when the button control is clicked.
For more information about handling events, see Consuming Events.
Community Additions
ADD
Show: