GraphLinkCollection.Added Event

Definition

This event is raised immediately when a new node is added to the collection.

public:
 event EventHandler<Microsoft::VisualStudio::GraphModel::GraphObjectChangedEventArgs ^> ^ Added;
public event EventHandler<Microsoft.VisualStudio.GraphModel.GraphObjectChangedEventArgs> Added;
member this.Added : EventHandler<Microsoft.VisualStudio.GraphModel.GraphObjectChangedEventArgs> 
Public Event Added As EventHandler(Of GraphObjectChangedEventArgs) 

Event Type

Applies to