| 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.3.0.0 (1.3.17.0314)
Syntaxprotected virtual void HandleEdgeRemovedFromMainGraph(
	TEdge edgeRemoved
)
Protected Overridable Sub HandleEdgeRemovedFromMainGraph ( 
	edgeRemoved As TEdge
)
Parameters
- edgeRemoved
 - Type: TEdge
The edge removed. 
RemarksThe view automatically updates its own datastructures already, so use this method to perform additional work
See Also