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

CallbackClientSideEventsBase Class

Contains a list of the client-side events that relate to processing callbacks within web controls.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class CallbackClientSideEventsBase :
    ClientSideEvents

The following members return CallbackClientSideEventsBase objects:

Remarks

The CallbackClientSideEventsBase class contains properties whose names represent the names of callback processing client events which can be available for specific web controls.

Each of these properties provides the ability to assign a handling code or the name of a JavaScript handle function to the corresponding client-side event of a web control.

An instance of the CallbackClientSideEventsBase class is automatically created when initializing a server-side web control object.

Implements

See Also