Click or drag to resize

VertexPropertyEventContractValidateFire Method

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

Parameters

listener
Type: VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.ListenerIGraphChangedListener

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

vertex
Type: VelocityGraph.Frontenac.BlueprintsIVertex

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

key
Type: SystemString

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

oldValue
Type: SystemObject

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

newValue
Type: SystemObject

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

See Also