Skip to main content
Bar

ShortcutItemClickEventArgs(BarItem, BarShortcut) Constructor

Initializes a new instance of the ShortcutItemClickEventArgs class.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ShortcutItemClickEventArgs(
    BarItem item,
    BarShortcut shortcut
)

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