Back to Devexpress

ValueChangedEventArgs<T>.OldValue Property

silverlight-devexpress-dot-xpf-dot-core-dot-valuechangedeventargs-1-7cb0dcb0.md

latest935 B
Original Source

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

csharp
public T OldValue { get; }
vb
Public ReadOnly Property OldValue As T

Property Value

TypeDescription
T

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

|

See Also

ValueChangedEventArgs<T> Class

ValueChangedEventArgs<T> Members

DevExpress.Xpf.Core Namespace