Occurs after an application refreshes the data in the dataset.
Syntax:
property AfterRefresh: TDataSetNotifyEvent;
Description:
Write an AfterRefresh event handler to take specific action immediately after an
application has updated the records in the dataset. AfterRefresh is generated by calls to the
Refresh method.