EditClientSideEventsBase Class
Contains a list of the events that are common to all client-side editor types.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
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
Inheritance
Object
StateManager
PropertiesBase
ClientSideEventsBase
ClientSideEvents
EditClientSideEventsBase
See Also