Click or drag to resize
SynchronizationEngineCachedResourceChanged Event
Event that is raised every time a cached resource is updated either from new data from the service or from a online or offline write by the application or on a delete.

Namespace: Oracle.Cloud.Mobile.Synchronization
Assembly: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public event EventHandler<CachedResourceChangedEventArgs> CachedResourceChanged

Value

Type: SystemEventHandlerCachedResourceChangedEventArgs
See Also