ModelViewHandleEdgeAddedToMainGraph Method |
Handles the event that a new edge was added to the main graph
Namespace:
SD.LLBLGen.Pro.ApplicationCore.EntityModel.ModelViews
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax Remarks By default, this routine does nothing. If you want to add this edge to this SubGraphView, you've to add it by calling Add
in a derived class, overriding this method.
See Also