GraphUpdatedEventArgs.ChangedGroups Property

Definition

Groups that had property or category changes

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

Property Value

Applies to