ValueChangedEventArgs<T>(T, T) Constructor

Definition

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.

Applies to