ValueChangedEventArgs<TValue>.OldValue Property
Gets the old value.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public ReadOnly Property OldValue As TValue
public TValue OldValue { get; }
public:
property TValue OldValue {
TValue get ();
}
member OldValue : 'TValue
function get OldValue () : TValue
Property Value
Type: TValue
The old value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.