Skip to main content

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

public ValueChangedEventArgs(
    T oldValue,
    T newValue
)

#Parameters

Name Type Description
oldValue T

An object that represents the old value of a specific property.

newValue T

An object that represents the new value of a specific property.

See Also