ParentShapeHasRelativeChildShapesDeleteRule.ElementDeleted Method

Definition

This rule adjusts the child node shape's absolute bounds now that it has been added to its parent shape. At the beginning of this method, the the child's absolute bounds is assumed to be the relative bounds.

public:
 override void ElementDeleted(Microsoft::VisualStudio::Modeling::ElementDeletedEventArgs ^ e);
public override void ElementDeleted (Microsoft.VisualStudio.Modeling.ElementDeletedEventArgs e);
override this.ElementDeleted : Microsoft.VisualStudio.Modeling.ElementDeletedEventArgs -> unit
Public Overrides Sub ElementDeleted (e As ElementDeletedEventArgs)

Parameters

Applies to