TcxPivotGridCustomDataSet.OnDataChanged Event
In This Article
Enables you to perform specific actions after the current dataset has been recreated.
#Declaration
Delphi
property OnDataChanged: TNotifyEvent read; write;
#Remarks
This event is fired by the CreateData method.
See Also