Click or drag to resize
MobileResourceNotifyPropertyChanged Method
Raises the PropertyChanged event.

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 void NotifyPropertyChanged(
	string propertyName = ""
)

Parameters

propertyName (Optional)
Type: SystemString
Optional, the name of the property that has changed
See Also