Graph.Updated Event

Definition

Event implementation for GraphUpdated. We don't use an implicit C# event here because we want to only listen on the TransactedDictionaryChanges if there are clients listening on us. (For perf reasons).

public:
 event EventHandler<Microsoft::VisualStudio::GraphModel::GraphUpdatedEventArgs ^> ^ Updated;
public event EventHandler<Microsoft.VisualStudio.GraphModel.GraphUpdatedEventArgs> Updated;
member this.Updated : EventHandler<Microsoft.VisualStudio.GraphModel.GraphUpdatedEventArgs> 
Public Event Updated As EventHandler(Of GraphUpdatedEventArgs) 

Event Type

Applies to