Click or drag to resize

EdgePropertyEventFireEvent Method

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

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

Parameters

eventListeners
Type: System.Collections.GenericIEnumeratorIGraphChangedListener

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

Implements

IEventFireEvent(IEnumeratorIGraphChangedListener)
See Also