GraphNodeCollection::Added Event

 

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)

public:
event EventHandler<GraphObjectChangedEventArgs^>^ Added {
	void add(EventHandler<GraphObjectChangedEventArgs^>^ value);
	void remove(EventHandler<GraphObjectChangedEventArgs^>^ value);
}
Return to top
Show: