UpDownBase.OnChanged(Object, EventArgs) 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.
En cas de substitution dans une classe dérivée, déclenche l'événement Changed.
protected:
virtual void OnChanged(System::Object ^ source, EventArgs ^ e);
protected virtual void OnChanged (object source, EventArgs e);
protected virtual void OnChanged (object? source, EventArgs e);
abstract member OnChanged : obj * EventArgs -> unit
override this.OnChanged : obj * EventArgs -> unit
Protected Overridable Sub OnChanged (source As Object, e As EventArgs)
Paramètres
- source
- Object
Source de l'événement.