Share via


GraphNodeCollection.Added Event

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

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

Syntax

'Declaration
Public Event Added As EventHandler(Of GraphObjectChangedEventArgs)
public event EventHandler<GraphObjectChangedEventArgs> Added
public:
 event EventHandler<GraphObjectChangedEventArgs^>^ Added {
    void add (EventHandler<GraphObjectChangedEventArgs^>^ value);
    void remove (EventHandler<GraphObjectChangedEventArgs^>^ value);
}
member Added : IEvent<EventHandler<GraphObjectChangedEventArgs>,
    GraphObjectChangedEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

GraphNodeCollection Class

Microsoft.VisualStudio.GraphModel Namespace