Skip to main content
Tab

EditClientSideEvents Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class EditClientSideEvents :
    EditClientSideEventsBase

Remarks

The EditClientSideEvents class represents the base class for classes that contain information on the available client side-events of particular control objects instantiated on the client.

Do not create instances of the ClientSideEvents class and its descendants in applications. These classes are instantiated automatically for objects providing client side events.

Implements

See Also