Skip to main content

TdxRibbonGalleryItem.OnFilterChanged Event

Allows you to respond to end-user actions that change the currently active filter.

Declaration

property OnFilterChanged: TdxRibbonGalleryFilterChangedEvent read; write;

Remarks

Handle this event to update the gallery filter label’s text in response to clicking filter options in the gallery filter menu.

The Sender parameter references the gallery.

Note

This event is not fired for custom filter options added into this menu by handling the OnInitFilterMenu event. In this instance, you have to assign OnClick event handlers to these menu items to respond to clicking on them.

See Also