Click or drag to resize

StubGraphChangedListenerVertexPropertyRemoved Method

[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener.StubGraphChangedListener.VertexPropertyRemoved(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 void VertexPropertyRemoved(
	IVertex vertex,
	string s,
	Object o
)

Parameters

vertex
Type: VelocityGraph.Frontenac.BlueprintsIVertex

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

s
Type: SystemString

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

o
Type: SystemObject

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

Implements

IGraphChangedListenerVertexPropertyRemoved(IVertex, String, Object)
See Also