IGraphChangedListenerEdgeAdded Method |
Raised after a new edge is added.
Namespace:
VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax void EdgeAdded(
IEdge edge
)
Sub EdgeAdded (
edge As IEdge
)
void EdgeAdded(
IEdge^ edge
)
abstract EdgeAdded :
edge : IEdge -> unit
Parameters
- edge
- Type: VelocityGraph.Frontenac.BlueprintsIEdge
[Missing <param name="edge"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener.IGraphChangedListener.EdgeAdded(VelocityGraph.Frontenac.Blueprints.IEdge)"]
See Also