GraphUpdatedEventArgs Properties

 

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

NameDescription
System_CAPS_pubpropertyAddedCategories

The added categories for each changed GraphObject in this graph.

System_CAPS_pubpropertyAddedConditions

Gets the Conditions added to the Conditions collection of styles in this Graph during the transaction.

System_CAPS_pubpropertyAddedGroups

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.

System_CAPS_pubpropertyAddedLinks

The Links added to the Graph.Links set during the transaction.

System_CAPS_pubpropertyAddedNodes

The Links added to the Graph.Nodes set during the transaction.

System_CAPS_pubpropertyAddedProperties

The added properties for each changed GraphObject in this graph.

System_CAPS_pubpropertyAddedSetters

Gets the Setters added to the Setters collection of styles in this Graph during the transaction.

System_CAPS_pubpropertyAddedStyles

Gets the ConditionalStyles added to the Styles collection of this Graph during the transaction.

System_CAPS_pubpropertyCancel

Set to cancel changes to a graph object.

System_CAPS_pubpropertyChangedConditions

Gets the Conditions in this Graph changed during the transaction.

System_CAPS_pubpropertyChangedGroups

Groups that had property or category changes.

System_CAPS_pubpropertyChangedLinks

Links that were previously present in Graph.Links that has data changed during the transaction.

System_CAPS_pubpropertyChangedNodes

Nodes that were previously present in Graph.Links that has data changed during the transaction.

System_CAPS_pubpropertyChangedSetters

Gets the Setters in this Graph changed during the transaction.

System_CAPS_pubpropertyChangedStyles

Gets the ConditionalStyles in this Graph changed during the transaction.

System_CAPS_pubpropertyGraph

The graph object to which the Links/links will be applied when the transaction commits.

System_CAPS_pubpropertyRemovedCategories

The removed categories for each GraphObject in this graph.

System_CAPS_pubpropertyRemovedConditions

Gets the Conditions removed from the Conditions collection of styles in this Graph during the transaction.

System_CAPS_pubpropertyRemovedGroups

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.

System_CAPS_pubpropertyRemovedLinks

The Links removed from the Graph.Links set during the transaction.

System_CAPS_pubpropertyRemovedNodes

The Nodes removed from the Graph.Nodes set during the transaction.

System_CAPS_pubpropertyRemovedProperties

The removed properties for each changed GraphObject in this graph.

System_CAPS_pubpropertyRemovedSetters

Gets the Setters removed from the Setters collection of styles in this Graph during the transaction.

System_CAPS_pubpropertyRemovedStyles

Gets the ConditionalStyles removed from the Styles collection of this Graph during the transaction.

System_CAPS_pubpropertyScopeProperties

The property bag associated with this set of events.

System_CAPS_pubpropertyTransaction

The System.Transaction transaction that caused the current update.

System_CAPS_pubpropertyTransactionId

The transaction ID used for this Enlistment.

Return to top
Show: