EditClientSideEvents Class
In This Article
Serves as the base for objects containing client-side events.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class EditClientSideEvents :
EditClientSideEventsBase
#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
Show 30 items
See Also