The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Button::Click Event
.NET Framework (current version)
Occurs when the Button control is clicked.
Assembly: System.Web (in System.Web.dll)
public: event EventHandler^ Click { virtual void add(EventHandler^ value) sealed; virtual void remove(EventHandler^ value) sealed; }
Implements
IButtonControl::ClickThe Click event is raised when the Button control is clicked. This event is commonly used when no command name is associated with the Button control (for instance, with a Submit button).
For more information about handling events, see Handling and Raising Events.
.NET Framework
Available since 1.1
Available since 1.1
Show: