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

ListItemClickEventArgs(BarItem, Int32) Constructor

Initializes a new instance of the ListItemClickEventArgs class.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public ListItemClickEventArgs(
    BarItem item,
    int index
)

Parameters

Name Type Description
item BarItem

A BarItem descendant representing the bar item whose list item was clicked. This value is assigned to the ListItemClickEventArgs.Item property.

index Int32

A zero-based integer representing the index of the clicked list item. This value is assigned to the ListItemClickEventArgs.Index property.

See Also