Click or drag to resize

SubGraphViewTVertex, TEdgeHandleVertexRemovedFromMainGraph Method

Handles the event that a vertex 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 HandleVertexRemovedFromMainGraph(
	TVertex vertexRemoved
)

Parameters

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