ParentShapeContainsNestedChildShapesAddRule.ElementAdded 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 ElementAdded(Microsoft::VisualStudio::Modeling::ElementAddedEventArgs ^ e);
public override void ElementAdded (Microsoft.VisualStudio.Modeling.ElementAddedEventArgs e);
override this.ElementAdded : Microsoft.VisualStudio.Modeling.ElementAddedEventArgs -> unit
Public Overrides Sub ElementAdded (e As ElementAddedEventArgs)

Parameters

Applies to