ASPxClientRichEdit.DocumentFormatted Event
Occurs on the client side when a document layout is formatted.
Declaration
DocumentFormatted: ASPxClientEvent<ASPxClientRichEditDocumentFormattedEventHandler>
Event Data
The DocumentFormatted event's data class is ASPxClientRichEditDocumentFormattedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
pageCount | 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