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

RichEditClientSideEvents Class

Contains a list of the client-side events available for the ASPxRichEdit.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v19.1.dll

Declaration

public class RichEditClientSideEvents :
    CallbackClientSideEventsBase

The following members return RichEditClientSideEvents objects:

Remarks

The RichEditClientSideEvents class contains properties corresponding to the client-side events specific to a client ASPxClientRichEdit object. Property names represent the names of the available client rich text editor control events.

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

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

Implements

See Also