Skip to main content
A newer version of this page is available. .
Tab

ClientSideEvents Class

Serves as the base for objects containing client-side events.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class ClientSideEvents :
    ClientSideEventsBase

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 105 items
Object
StateManager
PropertiesBase
ClientSideEventsBase
ClientSideEvents
See Also