BarItem.ItemClick Event
Occurs when the current item is clicked.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The ItemClick event's data class is ItemClickEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Item | Gets the BarItem whose link was clicked. |
Link | Gets the clicked BarItemLink. |
Remarks
The BarItem.ItemClickFireMode option specifies when the Click event fires, immediately or postponed, after processing the current event queue.
See Also