Skip to main content
Tab

ClientSideEvents Class

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

The following members return ClientSideEvents objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxFormLayout.ClientSideEvents
ASPxImageZoom.ClientSideEvents
ASPxLoadingPanel.ClientSideEvents
ASP.NET MVC Extensions FormLayoutSettings<ModelType>.ClientSideEvents
ImageZoomSettings.ClientSideEvents
LoadingPanelSettings.ClientSideEvents

#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