ValueChangeInfo<T> Class
Stores information about changed values.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.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.
Inheritance
Object
ValueChangeInfo<T>
See Also