Partilhar via


Evento Graph.Updated

Implementação de evento para GraphUpdated.

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

Sintaxe

'Declaração
Public Event Updated As EventHandler(Of GraphUpdatedEventArgs)
public event EventHandler<GraphUpdatedEventArgs> Updated
public:
 event EventHandler<GraphUpdatedEventArgs^>^ Updated {
    void add (EventHandler<GraphUpdatedEventArgs^>^ value);
    void remove (EventHandler<GraphUpdatedEventArgs^>^ value);
}
member Updated : IEvent<EventHandler<GraphUpdatedEventArgs>,
    GraphUpdatedEventArgs>
JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

Graph Classe

Namespace Microsoft.VisualStudio.GraphModel