PivotGridCallbackStateEventHandler Delegate
In This Article
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.v24.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 ASPx |
e | Pivot |
A Pivot |
See Also