Skip to main content

MVCxClientGlobalEvents.EndCallback Event

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

Declaration

EndCallback: ASPxClientEvent<ASPxClientGlobalEndCallbackEventHandler<MVCxClientGlobalEvents>>

Event Data

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

Property Description
command Gets a command name that identifies which client action forced a callback to occur. Inherited from ASPxClientEndCallbackEventArgs.
control Gets an object that initiated a callback.

Remarks

The MVCxClientGlobalEvents.BeginCallback and EndCallback events can be used to perform specific client-side actions when a callback initiated by a DevExpress MVC extension is being processed on a server.

See Also