GraphNodeCollection.NodesUpdated (Evento)

Implementación de evento para NodesUpdated.

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

Sintaxis

'Declaración
Public Event NodesUpdated As EventHandler(Of GraphNodesUpdatedEventArgs)
public event EventHandler<GraphNodesUpdatedEventArgs> NodesUpdated
public:
 event EventHandler<GraphNodesUpdatedEventArgs^>^ NodesUpdated {
    void add (EventHandler<GraphNodesUpdatedEventArgs^>^ value);
    void remove (EventHandler<GraphNodesUpdatedEventArgs^>^ value);
}
member NodesUpdated : IEvent<EventHandler<GraphNodesUpdatedEventArgs>,
    GraphNodesUpdatedEventArgs>
JScript no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

GraphNodeCollection Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)