LabelShape.OnLabelTextChanged(ElementPropertyChangedEventArgs) Method

Definition

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)

Parameters

Applies to