Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
[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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.