LabelShape.OnLabelTextChanged(ElementPropertyChangedEventArgs) 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.
Cette méthode est appelée lorsque le texte de ce LabelShape est modifié. Substituez cette méthode pour répondre également à la modification du texte.
public:
virtual void OnLabelTextChanged(Microsoft::VisualStudio::Modeling::ElementPropertyChangedEventArgs ^ e);
public virtual void OnLabelTextChanged (Microsoft.VisualStudio.Modeling.ElementPropertyChangedEventArgs e);
abstract member OnLabelTextChanged : Microsoft.VisualStudio.Modeling.ElementPropertyChangedEventArgs -> unit
override this.OnLabelTextChanged : Microsoft.VisualStudio.Modeling.ElementPropertyChangedEventArgs -> unit
Public Overridable Sub OnLabelTextChanged (e As ElementPropertyChangedEventArgs)