Skip to main content

RichEditClientSideEvents.DocumentChanged Property

Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientRichEdit.DocumentChanged event.

Namespace: DevExpress.Web.ASPxRichEdit

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

NuGet Package: DevExpress.Web.Office

Declaration

[DefaultValue("")]
public string DocumentChanged { get; set; }

Property Value

Type Default Description
String String.Empty

A string that represents either the name of a JavaScript function or the entire JavaScript function code used to handle an event.

See Also