HttpDataSet.ServiceChanged Event
Occurs when the HttpDataSet has detected changes to the web service.
Syntax
public event ServiceChangedEventHandler ServiceChanged
Remarks
This event is fired when the monitor thread has detected changes to the service.
For this event to occur, the monitor thread must have been started by setting the ServiceMonitorInterval property.
The event will typically be fired on a background thread, so it will not be possible to call Reset directly. Instead, the handler must trigger an update in the GUI thread. How this is done depends on the GUI system being used.
Platforms
Windows, Linux, Android