ASPxClientPivotGrid.AfterCallback Event
Obsolete. Fires after a callback that has been processed on the server returns back to the client.
Declaration
AfterCallback: ASPxClientEvent<ASPxClientEventHandler<ASPxClientPivotGrid>>
Event Data
The AfterCallback event's data class is ASPxClientEventArgs.
Remarks
This event allows you to respond to a callback being processed on the server side and returned to the client.
See Also