ValueChangedEventArgs(T, T) Constructor
In This Article
Initializes a new instance of the ValueChangedEventArgs<T> class with specified settings.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
old |
T | An object that represents the old value of a specific property. |
new |
T | An object that represents the new value of a specific property. |
See Also