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

BarListItem.InListItemClick Event

Fires when an item link belonging to the list is clicked.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public event InListItemClickEventHandler InListItemClick

Event Data

The InListItemClick event's data class is DevExpress.Xpf.Bars.InListItemClickEventArgs.

See Also