ValueChangedEventArgs<TValue>(TValue, TValue) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ValueChangedEventArgs<TValue> with the new and old values of a property.
public:
ValueChangedEventArgs(TValue oldValue, TValue newValue);
public:
ValueChangedEventArgs(TValue oldValue, TValue newValue);
ValueChangedEventArgs(TValue oldValue, TValue newValue);
public ValueChangedEventArgs (TValue oldValue, TValue newValue);
new Microsoft.VisualStudio.Language.Intellisense.ValueChangedEventArgs<'Value> : 'Value * 'Value -> Microsoft.VisualStudio.Language.Intellisense.ValueChangedEventArgs<'Value>
Public Sub New (oldValue As TValue, newValue As TValue)
Parameters
- oldValue
- TValue
The old value.
- newValue
- TValue
The new value.