LineLabelShape.InternalOnLabelTextChanged 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:
 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)

Parameters

Applies to