ValueChangedEventArgs<TValue>::NewValue Property

 

Gets the new value.

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

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

Property Value

Type: TValue

The new value.

Return to top
Show: