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

ASPxClientGaugeControl.EndCallback Event

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

Declaration

EndCallback: ASPxClientEvent<ASPxClientEndCallbackEventHandler<ASPxClientGaugeControl>>

Event Data

The EndCallback event's data class is ASPxClientEndCallbackEventArgs.

Remarks

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

See Also