Skip to main content

TdxCustomRibbonBackstageViewGalleryControl.OnItemPinClick Event

Enables you to respond to clicking an item’s pin within the Ribbon Backstage View gallery.

Declaration

property OnItemPinClick: TdxRibbonBackstageViewGalleryControlItemEvent read; write;

Remarks

The OnItemPinClick event is fired after an item’s pinned state has been switched by clicking the item’s pin. You can handle this event, for instance, to revert the state change.

Sender specifies the Ribbon Backstage View gallery whose item pin is clicked.

AItem provides access to the item whose pin is clicked.

Note

The OnItemPinClick event occurs only when clicking pins of items whose Enabled property is set to True.

See Also