LabelShape.InternalOnLabelTextChanged(ElementPropertyChangedEventArgs) Method

Definition

This method is called when the text for this LabelShape has changed. And calls derived classes to respond to the text change as well.

protected:
 virtual void InternalOnLabelTextChanged(Microsoft::VisualStudio::Modeling::ElementPropertyChangedEventArgs ^ e);
protected virtual void InternalOnLabelTextChanged (Microsoft.VisualStudio.Modeling.ElementPropertyChangedEventArgs e);
abstract member InternalOnLabelTextChanged : Microsoft.VisualStudio.Modeling.ElementPropertyChangedEventArgs -> unit
override this.InternalOnLabelTextChanged : Microsoft.VisualStudio.Modeling.ElementPropertyChangedEventArgs -> unit
Protected Overridable Sub InternalOnLabelTextChanged (e As ElementPropertyChangedEventArgs)

Parameters

Applies to