Back to Devexpress

BackstageViewItem.ItemPressed Event

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewitem-8adf2fd7.md

latest1.9 KB
Original Source

BackstageViewItem.ItemPressed Event

Fires when the current item is pressed with the mouse (when the mouse button is pressed against the item and not yet released).

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Action")]
public event BackstageViewItemEventHandler ItemPressed
vb
<DXCategory("Action")>
Public Event ItemPressed As BackstageViewItemEventHandler

Event Data

The ItemPressed event's data class is BackstageViewItemEventArgs. The following properties provide information specific to this event:

PropertyDescription
ItemGets the currently processed item.

Remarks

You can respond to pressing items in a global way via the BackstageViewControl.ItemPressed event.

See Also

ItemPressed

BackstageViewButtonItem.ItemClick

BackstageViewControl.ItemClick

BackstageViewItem Class

BackstageViewItem Members

DevExpress.XtraBars.Ribbon Namespace