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