Occurs when data in one of the associated datasets was changed on the server.
property OnChange: TMSChangeNotificationEvent;
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 DataSet parameter points to the dataset affected by this change. Other parameters provide detailed information about the change.