Skip to main content

ASPxClientRichEditContentInsertedEventArgs Members

Provides data for the ASPxClientRichEdit.ContentInserted event.

Constructors

Name Description
constructor(subDocumentId, interval) Initializes a new instance of the ASPxClientRichEditContentInsertedEventArgs object. For internal use only.

Properties

Name Description
interval Gets the text buffer interval related to the inserted content.
subDocumentId Gets the active sub-document’s identifier.
See Also