ShortcutItemClickEventArgs(BarItem, BarShortcut) Constructor
Initializes a new instance of the ShortcutItemClickEventArgs class.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | BarItem | A BarItem object representing the item whose functionality is about to be invoked. This value is assigned to the ShortcutItemClickEventArgs.Item property. |
shortcut | BarShortcut | A BarShortcut object, the item’s shortcut. This value is assigned to the ShortcutItemClickEventArgs.Shortcut property. |
See Also