ASPxClientRichEditCharacterPropertiesChangedEventArgs Members
Provides data for the ASPxClientRichEdit.CharacterPropertiesChanged event.Constructors
Name | Description |
---|---|
constructor(subDocumentId, interval) | Initializes a new instance of the ASPxClientRichEditCharacterPropertiesChangedEventArgs object. For internal use only. |
Properties
Name | Description |
---|---|
interval | Gets the text buffer interval related to the changed characters. |
subDocumentId | Gets the active sub-document’s identifier. |
See Also