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

CallbackClientSideEvents Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class CallbackClientSideEvents :
    CallbackClientSideEventsBase

The following members return CallbackClientSideEvents objects:

Remarks

The CallbackClientSideEvents class contains properties corresponding to the client-side events specific to a client callback object (ASPxClientCallback). 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 ASPxClientCallback object.

An instance of the CallbackClientSideEvents class is automatically created when initializing a server-side ASPxCallback object.

Implements

See Also