Edit

Share via


Command.Click Event

Definition

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.

Applies to

See also