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

PopupControlClientSideEvents Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class PopupControlClientSideEvents :
    CallbackClientSideEventsBase

The following members return PopupControlClientSideEvents objects:

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