Share via


GraphNodeCollection.Removed 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 node is removed from the collection.

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

Syntax

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

.NET Framework Security

See Also

Reference

GraphNodeCollection Class

Microsoft.VisualStudio.GraphModel Namespace