ShapeElement.OnAssociatedPropertyChanged Method

Updates the shape when the value of an in-memory store property changes for a field in the shape.

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

Syntax

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

Parameters

Remarks

This method will be called when the value changes for an IMS property that has been associated with a shape field. See ShapeField.AssociateValueWith for more detail.

.NET Framework Security

See Also

Reference

ShapeElement Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace