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

BackstageViewButtonItem.ItemClick Event

Fires when the current item is clicked.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DXCategory("Events")]
public event BackstageViewItemEventHandler ItemClick

Event Data

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

Property Description
Item Gets the currently processed item.

Remarks

You can respond to clicking items in a global way via the BackstageViewControl.ItemClick event. See this link to learn more.

See Also