Click or drag to resize

GraphChangedListenerContractValidateVertexPropertyRemoved Method

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

Parameters

vertex
Type: VelocityGraph.Frontenac.BlueprintsIVertex

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

key
Type: SystemString

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

removedValue
Type: SystemObject

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

See Also