Compartir a través de


GraphNodeCollection.Added (Evento)

Este evento se produce inmediatamente cuando un nuevo nodo se agrega a la colección.

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

Sintaxis

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

Seguridad de .NET Framework

Vea también

Referencia

GraphNodeCollection Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)