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

BootstrapPopupControl.WindowCallback Event

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Browsable(false)]
public event PopupWindowCallbackEventHandler WindowCallback

Event Data

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

Property Description
Parameter Gets a string that contains specific information (if any) passed from the client side. Inherited from CallbackEventArgsBase.
Window Gets a popup window object related to the event.
See Also