Partager via


Graph.Updating, événement

Implémentation d'événement pour BeforeUpdate. Il s'agit d'un événement qui peut être écouté et qui annule les modifications apportées à un graphique.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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 ne prend pas en charge les événements.

Sécurité .NET Framework

Voir aussi

Référence

Graph Classe

Microsoft.VisualStudio.GraphModel, espace de noms