Skip to main content
Bar

ItemClickEventArgs(BarItem, BarItemLink) Constructor

In This Article

Initializes a new instance of the ItemClickEventArgs class with specified settings.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public ItemClickEventArgs(
    BarItem item,
    BarItemLink link
)

#Parameters

Name Type Description
item BarItem

A BarItem object that represents the currently processed bar item.

link BarItemLink

A BarItemLink descendant that represents a link to the currently processed bar item.

See Also