GraphNodeCollection.Removed Event
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
- 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.