ParentShapeContainsNestedChildShapesDeleteRule.ElementDeleted Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)