Skip to main content
Tab

ClientSideEventsBase Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ClientSideEventsBase :
    PropertiesBase

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

Show 105 items
Object
StateManager
PropertiesBase
ClientSideEventsBase
See Also