SubGraphViewTVertex, TEdge Events |
The SubGraphViewTVertex, TEdge generic type exposes the following members.
Name | Description | |
---|---|---|
Disposed |
Event which is raised when this instance was disposed.
| |
EdgeAdded |
Event which is raised when an edge has been added to this SubGraphView
| |
EdgeChanged |
If TEdge supports change notification, this event is raised when an edge in the subgraph view was changed
| |
EdgeRemoved |
Event which is raised when an edge has been removed from this SubGraphView
| |
HasBeenRemoved |
Raised when the implementing element has been removed from its container
| |
IsEmpty |
Event which is raised when the subgraphview is made empty. Observers can use this event to dispose an empty subgraphview to avoid dangling event handlers.
| |
VertexAdded |
Event which is raised when a vertex has been added to this SubGraphView
| |
VertexChanged |
If TVertex supports change notification, this event is raised when a vertex in the subgraph view was changed
| |
VertexRemoved |
Event which is raised when a vertex has been removed from this SubGraphView
|