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

RichEditBuilder.OnDocumentFormatted(String) Method

Assigns an event handler to a client event that occurs when a document layout is formatted.

Namespace: DevExpress.AspNetCore.RichEdit

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

Declaration

public RichEditBuilder OnDocumentFormatted(
    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 DocumentFormattedEventArgs type. The argument’s properties provide information specific to this event.

See Also