Skip to main content
Tab

ASPxGroupSummarySortInfoCollection.SummaryChanged Event

Fires when the collection is changed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public event CollectionChangeEventHandler SummaryChanged

Event Data

The SummaryChanged event's data class is CollectionChangeEventArgs. The following properties provide information specific to this event:

Property Description
Action Gets an action that specifies how the collection changed.
Element Gets the instance of the collection with the change.

Remarks

The SummaryChanged event is raised in the cases listed below:

See Also