Skip to main content

Dashboard.GroupCollectionChanged Event

In This Article

Occurs after the collection of dashboard item groups is changed.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public event EventHandler<NotifyingCollectionChangedEventArgs<DashboardItemGroup>> GroupCollectionChanged

#Event Data

The GroupCollectionChanged event's data class is NotifyingCollectionChangedEventArgs<DashboardItemGroup>. The following properties provide information specific to this event:

Property Description
AddedItems Gets items added to the NotifyingCollection<T>.
RemovedItems Gets items removed from the NotifyingCollection<T>.
See Also