TdxRibbonGalleryItem.OnFilterChanged Event
In This Article
Allows you to respond to end-user actions that change the currently active filter.
#Declaration
Delphi
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 On
See Also