ShapeElement.OnAssociatedPropertyChanged(PropertyChangedEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when a property changes.
protected public:
virtual void OnAssociatedPropertyChanged(Microsoft::VisualStudio::Modeling::Diagrams::PropertyChangedEventArgs ^ e);
protected internal virtual void OnAssociatedPropertyChanged (Microsoft.VisualStudio.Modeling.Diagrams.PropertyChangedEventArgs e);
abstract member OnAssociatedPropertyChanged : Microsoft.VisualStudio.Modeling.Diagrams.PropertyChangedEventArgs -> unit
override this.OnAssociatedPropertyChanged : Microsoft.VisualStudio.Modeling.Diagrams.PropertyChangedEventArgs -> unit
Protected Friend Overridable Sub OnAssociatedPropertyChanged (e As PropertyChangedEventArgs)
Parameters
An EventArgs that contains the event data.
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.