Click or drag to resize

StubGraphChangedListener.EdgePropertyChanged Method

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

Namespace:  Frontenac.Blueprints.Util.Wrappers.Event.Listener
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public void EdgePropertyChanged(
	IEdge edge,
	string s,
	Object o,
	Object n
)

Parameters

edge
Type: Frontenac.Blueprints.IEdge

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

s
Type: System.String

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

o
Type: System.Object

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

n
Type: System.Object

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

Implements

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