Compartilhar via


Método NodeShape.OnParentNodeShapeChanged

Esse método é chamado se uma) ParentShape for NodeShape b) ParentShape movida ou redimensionada.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Sintaxe

'Declaração
Protected Overridable Sub OnParentNodeShapeChanged ( _
    oldParentAbsoluteBounds As RectangleD, _
    newParentAbsoluteBounds As RectangleD _
)
protected virtual void OnParentNodeShapeChanged(
    RectangleD oldParentAbsoluteBounds,
    RectangleD newParentAbsoluteBounds
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

NodeShape Classe

Namespace Microsoft.VisualStudio.Modeling.Diagrams