LabelShape.OnLabelTextChanged(ElementPropertyChangedEventArgs) 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. Override this method to respond to the text change as well.
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)