Diagram.OnChildAssociatedPropertyChanged Method
Performs an action when a property that is associated with a child shape has changed.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Protected Friend Overridable Sub OnChildAssociatedPropertyChanged ( _
shape As ShapeElement, _
e As PropertyChangedEventArgs _
)
protected internal virtual void OnChildAssociatedPropertyChanged(
ShapeElement shape,
PropertyChangedEventArgs e
)
protected public:
virtual void OnChildAssociatedPropertyChanged(
ShapeElement^ shape,
PropertyChangedEventArgs^ e
)
abstract OnChildAssociatedPropertyChanged :
shape:ShapeElement *
e:PropertyChangedEventArgs -> unit
override OnChildAssociatedPropertyChanged :
shape:ShapeElement *
e:PropertyChangedEventArgs -> unit
function OnChildAssociatedPropertyChanged(
shape : ShapeElement,
e : PropertyChangedEventArgs
)
Parameters
shape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElementThe child shape.
e
Type: Microsoft.VisualStudio.Modeling.Diagrams.PropertyChangedEventArgsThe arguments to use when a property has changed. For a list of arguments, see PropertyChangedEventArgs.
.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.