Click or drag to resize

EdgeAddedEventFireEvent Method

[Missing <summary> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Event.Listener.EdgeAddedEvent.FireEvent(System.Collections.Generic.IEnumerator{Frontenac.Blueprints.Util.Wrappers.Event.Listener.IGraphChangedListener})"]

Namespace:  Frontenac.Blueprints.Util.Wrappers.Event.Listener
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public void FireEvent(
	IEnumerator<IGraphChangedListener> eventListeners
)

Parameters

eventListeners
Type: System.Collections.GenericIEnumeratorIGraphChangedListener

[Missing <param name="eventListeners"/> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Event.Listener.EdgeAddedEvent.FireEvent(System.Collections.Generic.IEnumerator{Frontenac.Blueprints.Util.Wrappers.Event.Listener.IGraphChangedListener})"]

Implements

IEventFireEvent(IEnumeratorIGraphChangedListener)
See Also