IButtonControl.Click Event

Definition

Occurs when the button control is clicked.

public:
 event EventHandler ^ Click;
event EventHandler Click;
member this.Click : EventHandler 
Event Click As EventHandler 

Event Type

Remarks

The Click event is raised when the button control is clicked.

For more information about how to handle events, see Handling and Raising Events.

Applies to

See also