Compartir a través de


GraphNodeCollection.Removed (Evento)

Este evento se produce inmediatamente cuando un nodo se quita de la colección.

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
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 no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

GraphNodeCollection Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)