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

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

Declaration

public event EventHandler AfterPerformCallback

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.

See Also