ModelViewHandleEdgeAddedToMainGraph Method |
Handles the event that a new edge was added to the main graph
Namespace: SD.LLBLGen.Pro.ApplicationCore.EntityModel.ModelViewsAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.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