ClientSideEventsBase Class
Serves as the base class for objects containing client-side events.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
The ClientSideEventsBase class represents the base class for classes that contain information on the available client side-events of particular objects instantiated on the client.
In particular, this class provides the means to assign handlers to the client-side events specified by their names.
Do not create instances of the ClientSideEventsBase class and its descendants in applications. These classes are automatically instantiated for objects providing client side events.
Implements
Inheritance
Object
StateManager
PropertiesBase
ClientSideEventsBase
See Also