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
)
Protected Overridable Sub HandleEdgeRemovedFromMainGraph (
edgeRemoved As TEdge
)
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