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

EditClientSideEventsBase Class

Contains a list of the events that are common to all client-side editor types.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class EditClientSideEventsBase :
    ClientSideEvents

The following members return EditClientSideEventsBase objects:

Remarks

The EditClientSideEventsBase class contains properties that correspond to the client-side events common to all the types of editors represented on the client-side. Property names represent the names of an editor’s available events.

Each of these properties provides the ability to assign a handling code (or the name of a JavaScript handle function) to the corresponding client-side event.

An instance of the EditClientSideEventsBase class is automatically created when initializing a server-side editor object.

Implements

See Also