Click or drag to resize

StubGraphChangedListener.EdgePropertyRemoved Method

[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener.StubGraphChangedListener.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 s,
	Object o
)

Parameters

edge
Type: VelocityGraph.Frontenac.Blueprints.IEdge

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

s
Type: System.String

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

o
Type: System.Object

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

Implements

IGraphChangedListener.EdgePropertyRemoved(IEdge, String, Object)
See Also