Click or drag to resize

VertexPropertyRemovedEvent Constructor

Initializes a new instance of the VertexPropertyRemovedEvent class

Namespace:  Frontenac.Blueprints.Util.Wrappers.Event.Listener
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public VertexPropertyRemovedEvent(
	IVertex vertex,
	string key,
	Object removedValue
)

Parameters

vertex
Type: Frontenac.BlueprintsIVertex

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

key
Type: SystemString

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

removedValue
Type: SystemObject

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

See Also