Back to Devexpress

MVCxClientFileManager.BeginCallback Event

aspnetmvc-js-mvcxclientfilemanager-805780f0.md

latest1.9 KB
Original Source

MVCxClientFileManager.BeginCallback Event

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

Declaration

ts
BeginCallback: ASPxClientEvent<MVCxClientBeginCallbackEventHandler<MVCxClientFileManager>>

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 and ASPxClientFileManager.EndCallback events can be used to perform specific client-side actions (for example, to display and hide an explanatory text or picture) 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

EndCallback

Passing Values to a Controller Action through Callbacks

MVCxClientFileManager Class

MVCxClientFileManager Members