EditClientSideEvents Class
Serves as the base for objects containing client-side events.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Remarks
The EditClientSideEvents class represents the base class for classes that contain information on the available client side-events of particular control objects instantiated on the client.
Do not create instances of the ClientSideEvents class and its descendants in applications. These classes are instantiated automatically for objects providing client side events.
Implements
Inheritance
See Also