ValueChangingEventArgs<T>(T, T) Costruttore

Definizione

Inizializza una nuova istanza della classe ValueChangingEventArgs<T>.

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)

Parametri

oldValue
T

Valore corrente della proprietà.

newValue
T

Nuovo valore della proprietà.

Si applica a