Skip to main content
A newer version of this page is available. .

AccordionControl.ElementClick Event

Occurs after any AccordionControlElement hosted in this AccordionControl is clicked.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DXCategory("Events")]
public event ElementClickEventHandler ElementClick

Event Data

The ElementClick event's data class is DevExpress.XtraBars.Navigation.ElementClickEventArgs.

Remarks

Each element of the AccordionControl provides the AccordionControlElementBase.Click event, which fires when a certain element is clicked. To respond to item clicking in a centralized way, you can handle the ElementClick event.

See Also