GraphUpdatedEventArgs.ChangedLinks Property

Definition

Links that were previously present in Graph.Links that has data changed during the transaction

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphLink ^> ^ ChangedLinks { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphLink ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphLink> ChangedLinks { get; }
member this.ChangedLinks : seq<Microsoft.VisualStudio.GraphModel.GraphLink>
Public ReadOnly Property ChangedLinks As IEnumerable(Of GraphLink)

Property Value

Applies to