ValueChangedEventArgs<T>.OldValue Property

Definition

Gets the previous value of the property as reported by a property changed event.

public:
 property T OldValue { T get(); };
public T OldValue { get; }
member this.OldValue : 'T
Public ReadOnly Property OldValue As T

Property Value

T

The previous value of the changed property.

Applies to