Click or drag to resize
SubGraphViewTVertex, TEdgeHandleEdgeAddedToMainGraph Method
Handles the event that a new edge was added to the main graph

Namespace:  SD.Tools.Algorithmia.Graphs
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
protected virtual void HandleEdgeAddedToMainGraph(
	TEdge edgeAdded
)

Parameters

edgeAdded
Type: TEdge
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