ValueChangingEventArgs<T>(T, T) Constructeur

Définition

Initialise une nouvelle instance de la 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)

Paramètres

oldValue
T

Valeur de propriété actuelle.

newValue
T

Nouvelle valeur de propriété.

S’applique à