Button.Click Event
.NET Framework (current version)
Occurs when the Button control is clicked.
Assembly: System.Web (in System.Web.dll)
abstract Click : IEvent<EventHandler, EventArgs> override Click : IEvent<EventHandler, EventArgs>
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: