Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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
- e
Type: Microsoft.VisualStudio.Modeling.Diagrams.PropertyChangedEventArgs
The arguments to use when a property changes.
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
- 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.