Click or drag to resize

ConsoleGraphChangedListener.VertexPropertyChanged Method

[Missing <summary> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Event.Listener.ConsoleGraphChangedListener.VertexPropertyChanged(Frontenac.Blueprints.IVertex,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 VertexPropertyChanged(
	IVertex vertex,
	string key,
	Object oldValue,
	Object newValue
)

Parameters

vertex
Type: Frontenac.Blueprints.IVertex

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

key
Type: System.String

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

oldValue
Type: System.Object

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

newValue
Type: System.Object

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

Implements

IGraphChangedListener.VertexPropertyChanged(IVertex, String, Object, Object)
See Also