IButtonControl.Click 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 EventHandler^ Click { void add (EventHandler^ value); void remove (EventHandler^ value); }
/** @event */ void add_Click (EventHandler value) /** @event */ void remove_Click (EventHandler value)
In JScript, you can handle the events defined by a class, but you cannot define your own.
Not applicable.
The Click event is raised when the button control is clicked.
For more information about handling events, see Consuming Events.
Community Additions
ADD
Show: