Indicates that new text has been added to the document.
HRESULT onInsertText( ULONG cCharacterPosition, ULONG cNumToInsert );
- cCharacterPosition
[in] The character position where the new text was inserted.
- cNumToInsert
[in] The number of characters that have been inserted.
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Value | Description |
---|---|
S_OK | The method succeeded. |
This method is typically called by a host that progressively loads content, such as a Web browser.