Skip to main content
Bar

ListItemClickEventArgs(BarItem, Int32) Constructor

Initializes a new instance of the ListItemClickEventArgs class.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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