Click or drag to resize

VertexRemovedEvent Constructor

Initializes a new instance of the VertexRemovedEvent class

Namespace:  Frontenac.Blueprints.Util.Wrappers.Event.Listener
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public VertexRemovedEvent(
	IVertex vertex,
	IDictionary<string, Object> props
)

Parameters

vertex
Type: Frontenac.BlueprintsIVertex

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

props
Type: System.Collections.GenericIDictionaryString, Object

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

See Also