Skip to main content

RichEditClientSideEvents Class

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

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v23.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public class RichEditClientSideEvents :
    CallbackClientSideEventsBase

The following members return RichEditClientSideEvents objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxRichEdit.ClientSideEvents
ASP.NET MVC Extensions RichEditSettings.ClientSideEvents

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