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

ASPxClientGaugeControl.BeginCallback Event

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

Declaration

BeginCallback: ASPxClientEvent<ASPxClientBeginCallbackEventHandler<ASPxClientGaugeControl>>

Event Data

The BeginCallback event's data class is ASPxClientBeginCallbackEventArgs. 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.

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.

The BeginCallback method is raised after the ASPxClientGaugeControl.PerformCallback method has been called. The event parameter’s command property returns an empty string.

See Also