Click or drag to resize

GraphChangedListenerContract.ValidateVertexPropertyChanged Method

[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener.GraphChangedListenerContract.ValidateVertexPropertyChanged(VelocityGraph.Frontenac.Blueprints.IVertex,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 static void ValidateVertexPropertyChanged(
	IVertex vertex,
	string key,
	Object oldValue,
	Object setValue
)

Parameters

vertex
Type: VelocityGraph.Frontenac.Blueprints.IVertex

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

key
Type: System.String

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

oldValue
Type: System.Object

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

setValue
Type: System.Object

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

See Also