Skip to main content
A newer version of this page is available. .

Dashboard.GroupCollectionChanged Event

Occurs after the collection of dashboard item groups is changed.

Namespace: DevExpress.DashboardCommon

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

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