Click or drag to resize

IGraphChangedListenerEdgePropertyRemoved Method

Raised after an edge property was removed.

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
void EdgePropertyRemoved(
	IEdge edge,
	string key,
	Object removedValue
)

Parameters

edge
Type: VelocityGraph.Frontenac.BlueprintsIEdge
the edge that changed
key
Type: SystemString
the key that was removed
removedValue
Type: SystemObject
the value of the property that was removed
See Also