Back to Devexpress

RecentItemControl.ItemClick Event

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-recentitemcontrol-a4df4865.md

latest2.0 KB
Original Source

RecentItemControl.ItemClick Event

Occurs whenever an end-user clicks any item in this RecentItemControl.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Behavior")]
public event RecentItemEventHandler ItemClick
vb
<DXCategory("Behavior")>
Public Event ItemClick As RecentItemEventHandler

Event Data

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

PropertyDescription
ItemReturns the Recent Item Control‘s item related to this event.

Remarks

The ItemClick event allows you to perform specific actions common to all items in this RecentItemControl. This event is followed by the RecentItemBase.ItemClick event, raised for a specific item in turn.

See Also

Recent Item Control

RecentItemControl Class

RecentItemControl Members

DevExpress.XtraBars.Ribbon Namespace