LineLabelShape.InternalOnLabelTextChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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:
override void InternalOnLabelTextChanged(Microsoft::VisualStudio::Modeling::ElementPropertyChangedEventArgs ^ e);
protected override void InternalOnLabelTextChanged (Microsoft.VisualStudio.Modeling.ElementPropertyChangedEventArgs e);
override this.InternalOnLabelTextChanged : Microsoft.VisualStudio.Modeling.ElementPropertyChangedEventArgs -> unit
Protected Overrides Sub InternalOnLabelTextChanged (e As ElementPropertyChangedEventArgs)