aspnet-devexpress-dot-web-1b43c6e6.md
Contains a list of the client-side events available for a popup control.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class PopupControlClientSideEvents :
CallbackClientSideEventsBase
Public Class PopupControlClientSideEvents
Inherits CallbackClientSideEventsBase
The following members return PopupControlClientSideEvents objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxPopupControl.ClientSideEvents |
| ASP.NET MVC Extensions | PopupControlSettings.ClientSideEvents |
The PopupControlClientSideEvents class contains properties corresponding to the client-side events specific to a client popup control object. Property names represent the names of the available client events.
Each property of this type provides the ability to assign an appropriate JavaScript handler function to the corresponding client-side event of a popup control.
An instance of the PopupControlClientSideEvents class is automatically created when initializing a server-side popup control object.
Object StateManager PropertiesBase ClientSideEventsBase ClientSideEvents CallbackClientSideEventsBase PopupControlClientSideEvents DockPanelClientSideEvents
See Also