Back to Devexpress

ASPxClientPivotGrid.EndCallback Event

aspnet-js-aspxclientpivotgrid-9b6315de.md

latest1.0 KB
Original Source

ASPxClientPivotGrid.EndCallback Event

Occurs on the client after a callback’s server-side processing has been completed.

Declaration

ts
EndCallback: ASPxClientEvent<ASPxClientEndCallbackEventHandler<ASPxClientPivotGrid>>

Event Data

The EndCallback event's data class is ASPxClientEndCallbackEventArgs. The following properties provide information specific to this event:

PropertyDescription
commandGets a command name that identifies which client action forced a callback to occur.

Remarks

The ASPxClientPivotGrid.BeginCallback and EndCallback events can be used to perform specific client-side actions when a callback is being processed on a server.

See Also

BeginCallback

ASPxClientPivotGrid Class

ASPxClientPivotGrid Members