ParseObjectOnFieldsChanged Method Parse
Raises change notifications for all properties associated with the given field names. If fieldNames is null, this will notify for all known field-linked properties (e.g. this happens when we recalculate all estimated data from scratch)

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

protected void OnFieldsChanged(
	IEnumerable<string> fieldNames
)

Parameters

fieldNames
Type: System.Collections.GenericIEnumerableString
See Also

Reference