Back to Devexpress

BootstrapClientCallbackPanel.BeginCallback Event

aspnetbootstrap-js-bootstrapclientcallbackpanel-2a02c0e2.md

latest1.4 KB
Original Source

BootstrapClientCallbackPanel.BeginCallback Event

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

Declaration

ts
BeginCallback: ASPxClientEvent<ASPxClientBeginCallbackEventHandler<BootstrapClientCallbackPanel>>

Event Data

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

PropertyDescription
commandGets a command name that identifies which client action initiated a callback.

Remarks

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

EndCallback

PerformCallback(parameter)

Callback Panel

BootstrapClientCallbackPanel Class

BootstrapClientCallbackPanel Members