TextBoxBase.OnTextChanged(TextChangedEventArgs) 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.
Appelée lors de la modification du contenu de ce contrôle d'édition.
protected:
virtual void OnTextChanged(System::Windows::Controls::TextChangedEventArgs ^ e);
protected virtual void OnTextChanged(System.Windows.Controls.TextChangedEventArgs e);
abstract member OnTextChanged : System.Windows.Controls.TextChangedEventArgs -> unit
override this.OnTextChanged : System.Windows.Controls.TextChangedEventArgs -> unit
Protected Overridable Sub OnTextChanged (e As TextChangedEventArgs)
Paramètres
Arguments associés à l'événement TextChanged.
Remarques
Cette méthode déclenche un TextChanged événement.