Command.Click Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when a user activates a Command control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
event EventHandler ^ Click;
public event EventHandler Click;
member this.Click : EventHandler
Public Custom Event Click As EventHandler
Event Type
Remarks
When a Command control is activated, it raises the OnClick event. For more information, see the "Device-Specific Rendering" and "Device-Specific Behavior" sections in System.Web.UI.MobileControls.Command.