Skip to main content
Tab

PopupControlClientSideEvents Class

Contains a list of the client-side events available for a popup control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class PopupControlClientSideEvents :
    CallbackClientSideEventsBase

The following members return PopupControlClientSideEvents objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxPopupControl.ClientSideEvents
ASP.NET MVC Extensions PopupControlSettings.ClientSideEvents

Remarks

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.

Implements

See Also