Back to Devexpress

BootstrapPopupControl.Callback Event

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrappopupcontrol.md

latest1.8 KB
Original Source

BootstrapPopupControl.Callback Event

Fires when a round trip to the server has been initiated by a call to the client ASPxClientPopupControlBase.PerformCallback method.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public event CallbackEventHandlerBase Callback
vb
Public Event Callback As CallbackEventHandlerBase

Event Data

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

PropertyDescription
ParameterGets a string that contains specific information (if any) passed from the client side.

Remarks

The Callback event allows any desired server-side processing to be performed in response to a call to the client ASPxClientPopupControlBase.PerformCallback method and any resulting required information to be passed to the client for further processing (if needed).

See Also

BootstrapPopupControl Class

BootstrapPopupControl Members

DevExpress.Web.Bootstrap Namespace