ValueChangingEventArgs<T>(T, T) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é.