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

ItemClickEventArgs(BarItem, BarItemLink) Constructor

Initializes a new ItemClickEventArgs class instance.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public ItemClickEventArgs(
    BarItem item,
    BarItemLink link
)

Parameters

Name Type Description
item BarItem

A BarItem class instance whose link was clicked.

link BarItemLink

The clicked BarItemLink.

See Also