Click or drag to resize

EdgePropertyRemovedEvent Constructor

Initializes a new instance of the EdgePropertyRemovedEvent class

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public EdgePropertyRemovedEvent(
	IEdge vertex,
	string key,
	Object oldValue
)

Parameters

vertex
Type: VelocityGraph.Frontenac.BlueprintsIEdge

[Missing <param name="vertex"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener.EdgePropertyRemovedEvent.#ctor(VelocityGraph.Frontenac.Blueprints.IEdge,System.String,System.Object)"]

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener.EdgePropertyRemovedEvent.#ctor(VelocityGraph.Frontenac.Blueprints.IEdge,System.String,System.Object)"]

oldValue
Type: SystemObject

[Missing <param name="oldValue"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener.EdgePropertyRemovedEvent.#ctor(VelocityGraph.Frontenac.Blueprints.IEdge,System.String,System.Object)"]

See Also