Share via


ValueChangingEventArgs<T>.OldValue Property

Definition

Gets the previous value of a changing 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 changing property.

Applies to