Click or drag to resize

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.8.0.0 (5.8.21.0208)
Syntax
protected override void HandleEdgeAddedToMainGraph(
	RelationshipEdge edgeAdded
)

Parameters

edgeAdded
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelRelationshipEdge
The edge added.
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