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

RecentItemControl.ItemMouseClick Event

A global event that fires when a user clicks any item that belongs to this Recent Item Control.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Mouse")]
public event RecentItemMouseClickEventHandler ItemMouseClick

Event Data

The ItemMouseClick event's data class is DevExpress.XtraBars.Ribbon.RecentItemMouseClickEventArgs.

See Also