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

ASPxPivotGrid.DataSourceChanged Event

Fires when the pivot grid’s data source changes.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

public event EventHandler DataSourceChanged

Event Data

The DataSourceChanged event's data class is EventArgs.

Remarks

The DataSourceChanged event serves as a notification that the pivot grid’s ASPxPivotGrid.DataSource property value has been changed. It also fires when the data source implementing the IBindingList interface raises the ListChanged event of the PropertyDescriptorAdded, PropertyDescriptorDeleted, PropertyDescriptorChanged or Reset type.

See Also