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 |
---|---|
Added |
Gets items added to the Notifying |
Removed |
Gets items removed from the Notifying |
See Also