CallbackClientSideEvents Class
Contains a list of client-side events available for the ASPxCallback.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Related API Members
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.