Click or drag to resize

ConsoleGraphChangedListenerEdgePropertyRemoved Method

[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener.ConsoleGraphChangedListener.EdgePropertyRemoved(VelocityGraph.Frontenac.Blueprints.IEdge,System.String,System.Object)"]

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

Parameters

edge
Type: VelocityGraph.Frontenac.BlueprintsIEdge

[Missing <param name="edge"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener.ConsoleGraphChangedListener.EdgePropertyRemoved(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.ConsoleGraphChangedListener.EdgePropertyRemoved(VelocityGraph.Frontenac.Blueprints.IEdge,System.String,System.Object)"]

removedValue
Type: SystemObject

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

Implements

IGraphChangedListenerEdgePropertyRemoved(IEdge, String, Object)
See Also