Back to Devexpress

BootstrapClientCallbackPanel.EndCallback Event

aspnetbootstrap-js-bootstrapclientcallbackpanel-950c652a.md

latest1.4 KB
Original Source

BootstrapClientCallbackPanel.EndCallback Event

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

Declaration

ts
EndCallback: ASPxClientEvent<ASPxClientEndCallbackEventHandler<BootstrapClientCallbackPanel>>

Event Data

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

PropertyDescription
commandGets a command name that identifies which client action forced a callback to occur.

Remarks

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

BeginCallback

PerformCallback(parameter)

Callback Panel

BootstrapClientCallbackPanel Class

BootstrapClientCallbackPanel Members