TcxCustomPivotGrid.OnFilterChanged Event
In This Article
#Declaration
Delphi
property OnFilterChanged: TNotifyEvent read; write;
#Remarks
The Sender parameter provides access to the pivot grid whose prefilter or filter criteria has been modified.
See Also