Click or drag to resize

IGraphChangedListener Interface

Interface for a listener to eventInnerTinkerGrapĥ change events. Implementations of this interface should be added to the list of listeners on the addListener method on the eventInnerTinkerGrapĥ.

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.Listener
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public interface IGraphChangedListener

The IGraphChangedListener type exposes the following members.

Methods
  NameDescription
Public methodEdgeAdded
Raised after a new edge is added.
Public methodEdgePropertyChanged
Raised after the property of a edge changed.
Public methodEdgePropertyRemoved
Raised after an edge property was removed.
Public methodEdgeRemoved
Raised after an edge was removed from the graph.
Public methodVertexAdded
Raised when a new Vertex is added.
Public methodVertexPropertyChanged
Raised after the property of a vertex changed.
Public methodVertexPropertyRemoved
Raised after a vertex property was removed.
Public methodVertexRemoved
Raised after a vertex was removed from the graph.
Top
See Also