Click or drag to resize

IGraphChangedListenerEdgePropertyChanged Method

Raised after the property of a edge changed.

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

Parameters

edge
Type: VelocityGraph.Frontenac.BlueprintsIEdge
the edge that changed
key
Type: SystemString
the key of the property that changed
oldValue
Type: SystemObject
the old value of the property
setValue
Type: SystemObject
the new value of the property
See Also