Click or drag to resize

StubGraphChangedListener.VertexRemoved Method

[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener.StubGraphChangedListener.VertexRemoved(VelocityGraph.Frontenac.Blueprints.IVertex,System.Collections.Generic.IDictionary{System.String,System.Object})"]

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public void VertexRemoved(
	IVertex vertex,
	IDictionary<string, Object> props
)

Parameters

vertex
Type: VelocityGraph.Frontenac.Blueprints.IVertex

[Missing <param name="vertex"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener.StubGraphChangedListener.VertexRemoved(VelocityGraph.Frontenac.Blueprints.IVertex,System.Collections.Generic.IDictionary{System.String,System.Object})"]

props
Type: System.Collections.Generic.IDictionary<String, Object>

[Missing <param name="props"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener.StubGraphChangedListener.VertexRemoved(VelocityGraph.Frontenac.Blueprints.IVertex,System.Collections.Generic.IDictionary{System.String,System.Object})"]

Implements

IGraphChangedListener.VertexRemoved(IVertex, IDictionary<String, Object>)
See Also