Click or drag to resize

EventIndex Class

An index that wraps graph elements in the "evented" way. This class does not directly raise graph events, but passes the GraphChangedListener to the edges and vertices returned from indices so that they may raise graph events.
Inheritance Hierarchy
SystemObject
  Frontenac.Blueprints.Util.Wrappers.EventEventIndex

Namespace:  Frontenac.Blueprints.Util.Wrappers.Event
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public class EventIndex : IIndex

The EventIndex type exposes the following members.

Constructors
  NameDescription
Public methodEventIndex
Initializes a new instance of the EventIndex class
Top
Properties
  NameDescription
Public propertyName
Public propertyType
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodIndexString (Defined by StringFactory.)
Top
See Also