Skip to main content

ValueChangedEventArgs<T>.OldValue Property

Gets an object that represents the old value of a specific property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public T OldValue { get; }

#Property Value

Type Description
T

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

See Also