ValueChangedEventArgs<TValue> Constructor
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)
Syntax
'Declaration
Public Sub New ( _
oldValue As TValue, _
newValue As TValue _
)
public ValueChangedEventArgs(
TValue oldValue,
TValue newValue
)
public:
ValueChangedEventArgs(
TValue oldValue,
TValue newValue
)
new :
oldValue:'TValue *
newValue:'TValue -> ValueChangedEventArgs
public function ValueChangedEventArgs(
oldValue : TValue,
newValue : TValue
)
Parameters
oldValue
Type: TValueThe old value.
newValue
Type: TValueThe new 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.