GraphLinkCollection.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.