Diagram::OnChildConfiguring Method (ShapeElement^, Boolean)
Visual Studio 2015
Performs an action when a child shape has been configured.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
protected: virtual void OnChildConfiguring( ShapeElement^ child, bool createdDuringViewFixup ) override
Parameters
- child
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
The child shape.
- createdDuringViewFixup
-
Type:
System::Boolean
true to indicate that the child shape was configured because the child shape was created; otherwise, false.
Show: