DecoratorHostShape.OnAssociatedPropertyChanged Method
Called when a property mapped to this shape changes.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.