Skip to main content

ValueChangeInfo<T> Class

Stores information about changed values.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public class ValueChangeInfo<T>

Type Parameters

Name
T

Remarks

This class introduces the ValueChangeInfo<T>.OldValue property, which stores a value before changing, the ValueChangeInfo<T>.NewValue property, which stores the value after a change, and the ValueChangeInfo<T>.IsChanged property, which specifies whether the value is changed.

Inheritance

Object
ValueChangeInfo<T>
See Also