NodeShape.OnParentNodeShapeChanged Method
Visual Studio 2012
This method is invoked if a) ParentShape is NodeShape b) ParentShape either moved or resized.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
protected virtual void OnParentNodeShapeChanged( RectangleD oldParentAbsoluteBounds, RectangleD newParentAbsoluteBounds )
Parameters
- oldParentAbsoluteBounds
- Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
old AbsoluteBounds of Parent
- newParentAbsoluteBounds
- Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
new AbsoluteBounds of Parent
- 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.