Skip to main content
Bar

BarListItem.InListItemClick Event

In This Article

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

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public event InListItemClickEventHandler InListItemClick

#Event Data

The InListItemClick event's handler receives an argument of the DevExpress.Xpf.Bars.InListItemClickEventArgs type.

See Also