Compartir a través de


Graph.Updating (Evento)

Implementación de evento para BeforeUpdate.Este es un evento que se puede escuchar y cancelar los cambios en un gráfico.

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

Sintaxis

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

Seguridad de .NET Framework

Vea también

Referencia

Graph Clase

Microsoft.VisualStudio.GraphModel (Espacio de nombres)