RangeBase.OnValueChanged(Double, Double) Méthode
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.
Déclenche l’événement routé ValueChanged .
protected:
virtual void OnValueChanged(double oldValue, double newValue) = OnValueChanged;
void OnValueChanged(double const& oldValue, double const& newValue);
protected virtual void OnValueChanged(double oldValue, double newValue);
function onValueChanged(oldValue, newValue)
Protected Overridable Sub OnValueChanged (oldValue As Double, newValue As Double)