Override this method to perform desired operations when a
the value of a property has changed.
Namespace: Spotfire.Dxp.Framework.Preferences
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
protected virtual void OnPropertyChanged( PropertyChangedEventArgs args )
Parameters
- args
- Type: System.ComponentModelPropertyChangedEventArgs
Event arguments containing the name of the property.
Remarks
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also