Evento Graph.Updating

Implementação do evento BeforeUpdate. Este é um evento que pode ser atendido e cancelar as alterações a um gráfico.

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

Sintaxe

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

Segurança do .NET Framework

Consulte também

Referência

Graph Classe

Namespace Microsoft.VisualStudio.GraphModel