ShapeElement::OnAssociatedPropertyChanged Method (PropertyChangedEventArgs^)

 

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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public protected:
virtual void OnAssociatedPropertyChanged(
	PropertyChangedEventArgs^ e
)

Parameters

e
Type: Microsoft.VisualStudio.Modeling.Diagrams::PropertyChangedEventArgs^

The arguments to use when a property changes.

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.

Return to top
Show: