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

RichEditBuilder.OnDocumentChanged(String) Method

Assigns an event handler to a client event that occurs if any change is made in the document.

Namespace: DevExpress.AspNetCore.RichEdit

Assembly: DevExpress.AspNetCore.RichEdit.v19.2.dll

Declaration

public RichEditBuilder OnDocumentChanged(
    string callback
)

Parameters

Name Type Description
callback String

The name of a JavaScript function or the entire JavaScript function code used to handle an event.

Returns

Type Description
RichEditBuilder

An object that can be used to further configure the Rich Text Editor.

Remarks

The event handler receives an argument of the EventArgs type. The argument’s properties provide information specific to this event.

See Also