ValueChangedEventArgs<TValue>.OldValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the old value.
public:
property TValue OldValue { TValue get(); };
public:
property TValue OldValue { TValue get(); };
public TValue OldValue { get; }
member this.OldValue : 'Value
Public ReadOnly Property OldValue As TValue
Property Value
TValue
The old value.