ValueChangeInfo<T> Class
In This Article
Stores information about changed values.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#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.
See Also