ValueChangedEventArgs<TValue> Constructor (TValue, TValue)

 

Initializes a new instance of ValueChangedEventArgs<TValue> with the new and old values.

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

public:
ValueChangedEventArgs(
	TValue oldValue,
	TValue newValue
)

Parameters

oldValue
Type: TValue

The old value.

newValue
Type: TValue

The new value.

Return to top
Show: