Click or drag to resize
MobileObjectOnDataLoad Method
Invoked when the JsonObject is populated so that derived classes can perform initialization or cleanup. The method may be called several times in its lifetime including if ReloadAsync() is invoked.

Namespace: Oracle.Cloud.Mobile.Synchronization.MobileEndpoint
Assemblies:  Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
  Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
protected virtual void OnDataLoad()
See Also