Click or drag to resize

SubGraphViewTVertex, TEdgeHandleEdgeRemovedFromMainGraph Method

Handles the event that an edge was removed from the main graph.

Namespace:  SD.Tools.Algorithmia.Graphs
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntax
protected virtual void HandleEdgeRemovedFromMainGraph(
	TEdge edgeRemoved
)

Parameters

edgeRemoved
Type: TEdge
The edge removed.
Remarks
The view automatically updates its own datastructures already, so use this method to perform additional work
See Also