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

DockManagerClientSideEvents Class

Contains a list of the client-side events available for the ASPxDockManager component.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class DockManagerClientSideEvents :
    ClientSideEvents

The following members return DockManagerClientSideEvents objects:

Remarks

The DockManagerClientSideEvents class contains properties corresponding to the client-side events specific to a client ASPxClientDockManager object. Property names are the names of the available client events.

Each property of this type provides the capability to assign an appropriate JavaScript handler function to the corresponding client-side event.

A DockManagerClientSideEvents object is automatically created when a server-side ASPxDockManager object is being initialized.

Implements

See Also