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
'宣告
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: TValue
The old value.
- newValue
Type: TValue
The 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.