graphChangeType Enumeration |
Namespace: imbSCI.Data.collection.graph
| Member name | Value | Description | |
|---|---|---|---|
| unknown | 0 | ||
| removed | 1 | Graph node was removed | |
| moved | 2 | Graph node was moved | |
| added | 3 | Graph node is added | |
| noChange | 4 | Nothing changed | |
| expanded | 5 | The node has more children then before | |
| contracted | 6 | The node lost some children |