IGraphChangedListenerVertexRemoved Method |
Raised after a vertex was removed from the graph.
Namespace:
VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax void VertexRemoved(
IVertex vertex,
IDictionary<string, Object> props
)
Sub VertexRemoved (
vertex As IVertex,
props As IDictionary(Of String, Object)
)
void VertexRemoved(
IVertex^ vertex,
IDictionary<String^, Object^>^ props
)
abstract VertexRemoved :
vertex : IVertex *
props : IDictionary<string, Object> -> unit
Parameters
- vertex
- Type: VelocityGraph.Frontenac.BlueprintsIVertex
the vertex that was removed - props
- Type: System.Collections.GenericIDictionaryString, Object
[Missing <param name="props"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener.IGraphChangedListener.VertexRemoved(VelocityGraph.Frontenac.Blueprints.IVertex,System.Collections.Generic.IDictionary{System.String,System.Object})"]
See Also