Occurs when data in one of the associated datasets was changed on the server.
property OnChange: TOraChangeNotificationEvent;
The OnChange event occurs when data in one of the associated datasets has been changed on the server. To receive change notifications the Enabled property must be set to True. The NotifyType parameter contains the type of the event occurred. The TableChanges parameter contains information on all table changes.