aspnet-devexpress-dot-web-41ac6699.md
Contains a list of client-side events available for the ASPxCallback.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class CallbackClientSideEvents :
CallbackClientSideEventsBase
Public Class CallbackClientSideEvents
Inherits CallbackClientSideEventsBase
The following members return CallbackClientSideEvents objects:
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.
Object StateManager PropertiesBase ClientSideEventsBase ClientSideEvents CallbackClientSideEventsBase CallbackClientSideEvents
See Also