TcxPivotGridFieldFilter.OnChange Event
In This Article
Fires after the current filter has been changed.
#Declaration
Delphi
property OnChange: TNotifyEvent read; write;
#Remarks
The Sender parameter provides access to the current filter.
See Also