PreferenceObject T  ValueChanged Event TIBCO Spotfire 6.0 API Reference
Occurs when the value of this object is changed.

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 event EventHandler<PreferenceObjectValueChangedEventArgs<T>> ValueChanged

Value

Type: System EventHandler PreferenceObjectValueChangedEventArgs T  
Remarks

The event is not raised when the internal state of the value object changes.
See Also