GraphObjectChangedEventArgs Class

Definition

These event args are used by the GraphNodeCollection and GraphLinkCollection Added and Removed events so you can track which nodes and links are added and removed from the graph.

public ref class GraphObjectChangedEventArgs : EventArgs
public class GraphObjectChangedEventArgs : EventArgs
type GraphObjectChangedEventArgs = class
    inherit EventArgs
Public Class GraphObjectChangedEventArgs
Inherits EventArgs
Inheritance
GraphObjectChangedEventArgs

Constructors

GraphObjectChangedEventArgs(GraphObject)

Properties

Changed

Applies to