Graph.Updated Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)