Click or drag to resize

IGraphChangedListenerVertexAdded Method

Raised when a new Vertex is added.

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
void VertexAdded(
	IVertex vertex
)

Parameters

vertex
Type: VelocityGraph.Frontenac.BlueprintsIVertex
the vertex that was added
See Also