GraphLinkCollection.LinksUpdated Event
Event implementation for LinksUpdated. 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).
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Event LinksUpdated As EventHandler(Of GraphLinksUpdatedEventArgs)
public event EventHandler<GraphLinksUpdatedEventArgs> LinksUpdated
public:
event EventHandler<GraphLinksUpdatedEventArgs^>^ LinksUpdated {
void add (EventHandler<GraphLinksUpdatedEventArgs^>^ value);
void remove (EventHandler<GraphLinksUpdatedEventArgs^>^ value);
}
member LinksUpdated : IEvent<EventHandler<GraphLinksUpdatedEventArgs>,
GraphLinksUpdatedEventArgs>
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.