Share via


DecoratorHostShape.OnAssociatedPropertyChanged Method

Called when a property mapped to this shape changes.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Protected Friend Overrides Sub OnAssociatedPropertyChanged ( _
    e As PropertyChangedEventArgs _
)
protected internal override void OnAssociatedPropertyChanged(
    PropertyChangedEventArgs e
)
protected public:
virtual void OnAssociatedPropertyChanged(
    PropertyChangedEventArgs^ e
) override
abstract OnAssociatedPropertyChanged : 
        e:PropertyChangedEventArgs -> unit 
override OnAssociatedPropertyChanged : 
        e:PropertyChangedEventArgs -> unit 
 override function OnAssociatedPropertyChanged(
    e : PropertyChangedEventArgs
)

Parameters

Remarks

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

.NET Framework Security

See Also

Reference

DecoratorHostShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace