EditClientSideEventsBase Class
In This Article
Contains a list of the events that are common to all client-side editor types.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
#Declaration
public class EditClientSideEventsBase :
ClientSideEvents
#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
Show 31 items
Object
StateManager
PropertiesBase
ClientSideEventsBase
ClientSideEvents
EditClientSideEventsBase
See Also