Share via


GraphUpdatedEventArgs.ChangedGroups Property

Groups that had property or category changes.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public ReadOnly Property ChangedGroups As IEnumerable(Of GraphGroup)
public IEnumerable<GraphGroup> ChangedGroups { get; }
public:
property IEnumerable<GraphGroup^>^ ChangedGroups {
    IEnumerable<GraphGroup^>^ get ();
}
member ChangedGroups : IEnumerable<GraphGroup> with get
function get ChangedGroups () : IEnumerable<GraphGroup>

Property Value

Type: IEnumerable<GraphGroup>

.NET Framework Security

See Also

Reference

GraphUpdatedEventArgs Class

Microsoft.VisualStudio.GraphModel Namespace