ValueChangedEventArgs<TValue>::OldValue Property

 

Gets the old value.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
property TValue OldValue {
	TValue get();
}

Property Value

Type: TValue

The old value.

Return to top
Show: