Click or drag to resize

EdgeRemovedEvent Constructor

Initializes a new instance of the EdgeRemovedEvent class

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public EdgeRemovedEvent(
	IEdge edge,
	IDictionary<string, Object> props
)

Parameters

edge
Type: VelocityGraph.Frontenac.BlueprintsIEdge

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

props
Type: System.Collections.GenericIDictionaryString, Object

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

See Also