GraphUpdatedEventArgs Class
Provides changes to a graph object.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() | AddedCategories | The added categories for each changed GraphObject in this graph. |
![]() | AddedConditions | Gets the Conditions added to the Conditions collection of styles in this Graph during the transaction. |
![]() | AddedGroups | Gets the actual isolator object's added object dictionary for groups, and, if it is null, creates an empty one so that this never returns null. |
![]() | AddedLinks | The Links added to the Graph.Links set during the transaction. |
![]() | AddedNodes | The Links added to the Graph.Nodes set during the transaction. |
![]() | AddedProperties | The added properties for each changed GraphObject in this graph. |
![]() | AddedSetters | Gets the Setters added to the Setters collection of styles in this Graph during the transaction. |
![]() | AddedStyles | Gets the ConditionalStyles added to the Styles collection of this Graph during the transaction. |
![]() | Cancel | Set to cancel changes to a graph object. |
![]() | ChangedConditions | Gets the Conditions in this Graph changed during the transaction. |
![]() | ChangedGroups | Groups that had property or category changes. |
![]() | ChangedLinks | Links that were previously present in Graph.Links that has data changed during the transaction. |
![]() | ChangedNodes | Nodes that were previously present in Graph.Links that has data changed during the transaction. |
![]() | ChangedSetters | Gets the Setters in this Graph changed during the transaction. |
![]() | ChangedStyles | Gets the ConditionalStyles in this Graph changed during the transaction. |
![]() | Graph | The graph object to which the Links/links will be applied when the transaction commits. |
![]() | RemovedCategories | The removed categories for each GraphObject in this graph. |
![]() | RemovedConditions | Gets the Conditions removed from the Conditions collection of styles in this Graph during the transaction. |
![]() | RemovedGroups | Gets the actual isolator object's removed object dictionary for groups, and, if it is null, creates an empty one so that this never returns null. |
![]() | RemovedLinks | The Links removed from the Graph.Links set during the transaction. |
![]() | RemovedNodes | The Nodes removed from the Graph.Nodes set during the transaction. |
![]() | RemovedProperties | The removed properties for each changed GraphObject in this graph. |
![]() | RemovedSetters | Gets the Setters removed from the Setters collection of styles in this Graph during the transaction. |
![]() | RemovedStyles | Gets the ConditionalStyles removed from the Styles collection of this Graph during the transaction. |
![]() | ScopeProperties | The property bag associated with this set of events. |
![]() | Transaction | The System.Transaction transaction that caused the current update. |
![]() | TransactionId | The transaction ID used for this Enlistment. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetAddedCategories(GraphObject^) | Gets the list of added graph categories for a given changed node. |
![]() | GetAddedProperties(GraphObject^) | Gets the list of added graph properties for a given changed node. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetRemovedCategories(GraphObject^) | Gets the list of removed graph categories for a given changed node. |
![]() | GetRemovedProperties(GraphObject^) | Gets the list of removed graph properties for a given changed node. |
![]() | GetType() | (Inherited from Object.) |
![]() | IsAdded(GraphNodeId^) | Determines whether the given node ID was added during this transaction. |
![]() | IsRemoved(GraphNodeId^) | Determines whether the given node ID was removed during this transaction. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


