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.v24.2.dll
NuGet Package: 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