Share via


Graph.Updating Event

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Event implementation for BeforeUpdate. This is an event that can be listened on and cancel the changes to a graph.

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

Syntax

'Declaration
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 does not support events.

.NET Framework Security

See Also

Reference

Graph Class

Microsoft.VisualStudio.GraphModel Namespace