ShapeElement.OnShapeRemoved Method
Called when the shape has been removed as a child shape from its parent shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Overridable Sub OnShapeRemoved
'Usage
Dim instance As ShapeElement
instance.OnShapeRemoved()
public virtual void OnShapeRemoved()
public:
virtual void OnShapeRemoved()
public function OnShapeRemoved()
.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.