ItemClickEventArgs(BarItem, BarItemLink) Constructor
OBSOLETE
This Constructor is obsolete now.
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
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. |
Remarks
Instances of the ItemClickEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also