GraphUpdatedEventArgs Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Provides changes to a graph object.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.GraphModel.GraphUpdatedEventArgs
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Class GraphUpdatedEventArgs _
Inherits EventArgs
public class GraphUpdatedEventArgs : EventArgs
public ref class GraphUpdatedEventArgs : public EventArgs
type GraphUpdatedEventArgs =
class
inherit EventArgs
end
public class GraphUpdatedEventArgs extends EventArgs
The GraphUpdatedEventArgs type exposes the following members.
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAddedCategories | Gets the list of added graph categories for a given changed node. | |
GetAddedProperties | Gets the list of added graph properties for a given changed node. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetRemovedCategories | Gets the list of removed graph categories for a given changed node. | |
GetRemovedProperties | Gets the list of removed graph properties for a given changed node. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsAdded | Determines whether the given node ID was added during this transaction. | |
IsRemoved | Determines whether the given node ID was removed during this transaction. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.