Back to Devexpress

MVCxClientQueryBuilder.BeginCallback Event

aspnetmvc-js-mvcxclientquerybuilder-14a68319.md

latest1.5 KB
Original Source

MVCxClientQueryBuilder.BeginCallback Event

Occurs when a callback for server-side processing is initiated.

Declaration

ts
BeginCallback: ASPxClientEvent<MVCxClientBeginCallbackEventHandler<MVCxClientQueryBuilder>>

Event Data

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

PropertyDescription
commandGets a command name that identifies which client action initiated a callback. Inherited from ASPxClientBeginCallbackEventArgs.
customArgsGets an object containing specific information (if any, as name/value pairs) that should be passed as a request parameter from the client to the server side for further processing.

Remarks

The BeginCallback event can be used to perform specific client-side actions while a callback is being processed on the server side.

By handling the BeginCallback event, you can pass any required information from the client to the server via the MVCxClientBeginCallbackEventArgs.customArgs property.

See Also

MVCxClientQueryBuilder Class

MVCxClientQueryBuilder Members