Click or drag to resize

StubGraphChangedListenerEdgePropertyChanged Method

[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener.StubGraphChangedListener.EdgePropertyChanged(VelocityGraph.Frontenac.Blueprints.IEdge,System.String,System.Object,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 EdgePropertyChanged(
	IEdge edge,
	string s,
	Object o,
	Object n
)

Parameters

edge
Type: VelocityGraph.Frontenac.BlueprintsIEdge

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

s
Type: SystemString

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

o
Type: SystemObject

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

n
Type: SystemObject

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

Implements

IGraphChangedListenerEdgePropertyChanged(IEdge, String, Object, Object)
See Also