Back to Devexpress

PivotGridCallbackStateEventHandler Delegate

aspnet-devexpress-dot-web-dot-aspxpivotgrid-54ab563b.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void PivotGridCallbackStateEventHandler(
    object sender,
    PivotGridCallbackStateEventArgs e
);
vb
Public Delegate Sub PivotGridCallbackStateEventHandler(
    sender As Object,
    e As PivotGridCallbackStateEventArgs
)

Parameters

NameTypeDescription
senderObject

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

Introduction to Delegates

DevExpress.Web.ASPxPivotGrid Namespace