DecoratorHostShape.OnAssociatedPropertyChanged Method

Definition

Called when a property mapped to this shape changes.

protected public:
 override void OnAssociatedPropertyChanged(Microsoft::VisualStudio::Modeling::Diagrams::PropertyChangedEventArgs ^ e);
protected internal override void OnAssociatedPropertyChanged (Microsoft.VisualStudio.Modeling.Diagrams.PropertyChangedEventArgs e);
override this.OnAssociatedPropertyChanged : Microsoft.VisualStudio.Modeling.Diagrams.PropertyChangedEventArgs -> unit
Protected Friend Overrides Sub OnAssociatedPropertyChanged (e As PropertyChangedEventArgs)

Parameters

Remarks

Overriden to update visibility, which is not stored in IMS.

Applies to