Button.Clicked Event

Definition

Occurs when the Button is clicked.

public event EventHandler Clicked;
member this.Clicked : EventHandler 

Event Type

Remarks

The user may be able to raise the clicked event using accessibility or keyboard controls when the Button has focus.

Applies to