Share via


ValueChangedEventArgs<TValue>.NewValue Property

Gets the new value.

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

Syntax

'Declaration
Public ReadOnly Property NewValue As TValue
public TValue NewValue { get; }
public:
property TValue NewValue {
    TValue get ();
}
member NewValue : 'TValue with get
function get NewValue () : TValue

Property Value

Type: TValue
The new value.

.NET Framework Security

See Also

Reference

ValueChangedEventArgs<TValue> Class

Microsoft.VisualStudio.Language.Intellisense Namespace