Skip to main content

ASPxClientRichEditParagraphPropertiesChangedEventArgs Members

Provides data for the ASPxClientRichEdit.ParagraphPropertiesChanged event.

Constructors

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

Properties

Name Description
paragraphIndex Gets the changed paragraph’s index.
subDocumentId Gets the active sub-document’s identifier.
See Also