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.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class CallbackClientSideEventsBase :
    ClientSideEvents

The following members return CallbackClientSideEventsBase objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxCaptcha.ClientSideEvents
ASPxDataView.ClientSideEvents
ASP.NET MVC Extensions CaptchaSettings.ClientSideEvents
DataViewSettings.ClientSideEvents

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