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

ItemClickEventArgs(BarItem, BarItemLink, IBarItemLinkControl) Constructor

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

Namespace: DevExpress.Xpf.Bars

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public ItemClickEventArgs(
    BarItem item,
    BarItemLink link,
    IBarItemLinkControl linkControl
)

Parameters

Name Type
item BarItem
link BarItemLink
linkControl DevExpress.Xpf.Bars.IBarItemLinkControl

Remarks

Instances of the ItemClickEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also