Share via


ValueChangingEventArgs<T>(T, T) Constructor

Definition

Initializes a new instance of the ValueChangingEventArgs<T> class.

public:
 ValueChangingEventArgs(T oldValue, T newValue);
public ValueChangingEventArgs (T oldValue, T newValue);
new Microsoft.SqlServer.Management.TaskForms.ValueChangingEventArgs<'T> : 'T * 'T -> Microsoft.SqlServer.Management.TaskForms.ValueChangingEventArgs<'T>
Public Sub New (oldValue As T, newValue As T)

Parameters

oldValue
T

Current property value.

newValue
T

New property value.

Applies to