ASPxClientRichEdit.DocumentFormatted Event
In This Article
Occurs on the client side when a document layout is formatted.
#Declaration
TypeScript
DocumentFormatted: ASPxClientEvent<ASPxClientRichEditDocumentFormattedEventHandler>
#Event Data
The DocumentFormatted event's data class is ASPxClientRichEditDocumentFormattedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
page |
Gets the number of pages in the document. |
#Remarks
Refer to the following section for more information about client-side events: Client API.
See Also