Click or drag to resize

IGraphChangedListener Methods

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