Back to Devexpress

Dashboard.GroupCollectionChanged Event

dashboard-devexpress-dot-dashboardcommon-dot-dashboard-7475b057.md

latest1.9 KB
Original Source

Dashboard.GroupCollectionChanged Event

Occurs after the collection of dashboard item groups is changed.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public event EventHandler<NotifyingCollectionChangedEventArgs<DashboardItemGroup>> GroupCollectionChanged
vb
Public Event GroupCollectionChanged As EventHandler(Of NotifyingCollectionChangedEventArgs(Of DashboardItemGroup))

Event Data

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

PropertyDescription
AddedItemsGets items added to the NotifyingCollection<T>.
RemovedItemsGets items removed from the NotifyingCollection<T>.

See Also

Groups

Dashboard Class

Dashboard Members

DevExpress.DashboardCommon Namespace