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

ASPxPivotGrid.BeginRefresh Event

Occurs before the control starts recalculating its data.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.1.dll

Declaration

public event EventHandler BeginRefresh

Event Data

The BeginRefresh event's data class is EventArgs.

Remarks

The BeginRefresh and ASPxPivotGrid.EndRefresh events serve as notifications for operations on data (for instance, sorting and grouping data). The BeginRefresh event fires before an operation starts, and the ASPxPivotGrid.EndRefresh fires after the operation has been completed.

See Also