PreferenceProperty T  OnValueChanged Method TIBCO Spotfire 6.0 API Reference
Use this method to report changes that may have occurred inside of an mutable property value. The Save  must be used to persist the changes.

Namespace: Spotfire.Dxp.Framework.Preferences
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public void OnValueChanged()
Remarks

Not reporting changes for mutable value types will leave the Preferences Framework unaware of the changes and results in the new value not being persisted.
See Also