Skip to main content

EditorButton.Click Event

Occurs when the current editor button is clicked.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public event EventHandler Click

Event Data

The Click event's data class is EventArgs.

Remarks

Handle the Click to respond to a click on the current EditorButton. To respond to a click on any EditorButton within the ButtonEdit, handle the ButtonEdit.ButtonClick or RepositoryItemButtonEdit.ButtonClick event.

You can also handle the ButtonEdit.ButtonPressed and RepositoryItemButtonEdit.ButtonPressed events, which fire before the Click event when an EditorButton is pressed.

See Also