ParseObjectOnPropertyChanged Method Parse
Raises change notifications for a property. Passing null or the empty string notifies the binding framework that all properties/indexes have changed. Passing "Item[]" tells the binding framework that all indexed values have changed (but not all properties)

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

protected void OnPropertyChanged(
	string propertyName = null
)

Parameters

propertyName (Optional)
Type: SystemString
See Also

Reference