Skip to main content
A newer version of this page is available. .

ASPxClientCalendar.EndCallback Event

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

Declaration

EndCallback: ASPxClientEvent<ASPxClientEndCallbackEventHandler<ASPxClientCalendar>>

Event Data

The EndCallback event's data class is ASPxClientEndCallbackEventArgs.

Remarks

The ASPxClientCalendar.BeginCallback and 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.

See Also