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.10.0.0 (5.10.0)
Syntax
RemarksBy 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