ClientSideEvents 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 ClientSideEvents :
ClientSideEventsBase
#Related API Members
The following members return ClientSideEvents objects:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASPx |
|
ASPx |
|
ASP. |
Form |
Image |
|
Loading |
#Remarks
The ClientSideEvents class represents the base class for classes that contain information on the available client side-events of particular objects instantiated on the client.
This class provides the means to:
- Declare the necessary client-side events via the class’s properties;
- Assign handlers to the declared client-side events;
- Generate the JavaScript code required to transfer the implementation of handlers to the client and hook the handlers on the corresponding client-side events.
Do not create instances of the ClientSideEvents class and its descendants in applications. These classes are automatically instantiated for objects providing client side events.
#Implements
#Inheritance
Show 99 items
Object
StateManager
PropertiesBase
ClientSideEventsBase
ClientSideEvents
See Also