Skip to main content
A newer version of this page is available. .

ValueChangeInfo<T> Class

Stores information about changed values.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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