Skip to main content

TdxCustomRibbonGalleryItem.OnHotTrackedItemChanged Event

Occurs immediately after a gallery item has been hot-tracked within a gallery.

Declaration

property OnHotTrackedItemChanged: TdxRibbonGalleryHotTrackedItemChangedEvent read; write;

Remarks

Handle this event to perform specific actions when an end-user examines available options by pointing to different gallery items.

APrevHotTrackedGroupItem and ANewHotTrackedGroupItem specify the previously and currently hot-tracked items, respectively.

See Also