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

ShortcutItemClickEventArgs(BarItem, BarShortcut) Constructor

Initializes a new instance of the ShortcutItemClickEventArgs class.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

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