ValueChangedEventArgs<T>(T, T) 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 the ValueChangedEventArgs<T> class.
public:
ValueChangedEventArgs(T oldValue, T newValue);
public ValueChangedEventArgs (T oldValue, T newValue);
new Microsoft.SqlServer.Management.TaskForms.ValueChangedEventArgs<'T> : 'T * 'T -> Microsoft.SqlServer.Management.TaskForms.ValueChangedEventArgs<'T>
Public Sub New (oldValue As T, newValue As T)
Parameters
- oldValue
- T
Old value of the property.
- newValue
- T
New value of the property.