Skip to main content

PivotGridCallbackStateEventHandler Delegate

A method that will handle events related to storing and loading the pivot grid’s callback state.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public delegate void PivotGridCallbackStateEventHandler(
    object sender,
    PivotGridCallbackStateEventArgs e
);

Parameters

Name Type Description
sender Object

A Object representing the event source. Identifies the ASPxPivotGrid control that raised the event.

e PivotGridCallbackStateEventArgs

A PivotGridCallbackStateEventArgs object that contains event data.

See Also