ASPxPivotGrid.AfterPerformCallback Event
Fires after a callback initiated by the ASPxPivotGrid control has been processed on the server side.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Event Data
The AfterPerformCallback event's data class is EventArgs.
Remarks
Each time a callback sent by the ASPxPivotGrid control (be it a service callback initiated by a UI action, such as invoking a filter popup window, or a callback initiated by the ASPxClientPivotGrid.PerformCallback client method) has been completely processed on the server side, the AfterPerformCallback event occurs. This event allows any desired additional server-side processing to be performed in response to a callback being sent.