Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.