Back to Devexpress

AccordionControlElementBase.Click Event

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrolelementbase-5ecc74b0.md

latest2.0 KB
Original Source

AccordionControlElementBase.Click Event

Fires when the element is clicked.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event EventHandler Click
vb
<DXCategory("Events")>
Public Event Click As EventHandler

Event Data

The Click event's data class is EventArgs.

Remarks

The Click event fires when the element is clicked. The event also fires if the element is focused and the user presses the Enter or Space key.

You can use the AccordionControlElement.ShortcutKey property to specify a shortcut that triggers the element’s Click event.

The AccordionControl.ElementClick event fires when any group or item in the control is clicked. The ElementClick event fires after the Click event.

See Also

ElementClick

ShortcutKey

AccordionControlElementBase Class

AccordionControlElementBase Members

DevExpress.XtraBars.Navigation Namespace