ShapeElement::OnAssociatedPropertyChanged Method (PropertyChangedEventArgs^)
Visual Studio 2015
Updates the shape when the value of an in-memory store property changes for a field in the shape.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
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.
Show: