IGraphChangedListenerEdgeRemoved Method |
Raised after an edge 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 EdgeRemoved(
IEdge edge,
IDictionary<string, Object> props
)
Sub EdgeRemoved (
edge As IEdge,
props As IDictionary(Of String, Object)
)
void EdgeRemoved(
IEdge^ edge,
IDictionary<String^, Object^>^ props
)
abstract EdgeRemoved :
edge : IEdge *
props : IDictionary<string, Object> -> unit
Parameters
- edge
- Type: VelocityGraph.Frontenac.BlueprintsIEdge
the edge that was removed - props
- Type: System.Collections.GenericIDictionaryString, Object
[Missing <param name="props"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener.IGraphChangedListener.EdgeRemoved(VelocityGraph.Frontenac.Blueprints.IEdge,System.Collections.Generic.IDictionary{System.String,System.Object})"]
See Also