AfterCheckWordEventArgs Properties
Provides data for the AfterCheckWord event.Name | Description |
---|---|
ChangedWord | Gets the word which replaced the former one after the spelling check is performed. |
EditControl | Gets the control being checked. |
Operation | Gets the type of operation performed with the word in a spell check. |
OriginalWord | Gets the word before the spell check is performed. |
StartPosition | Gets the position of a checked word in a text. |
See Also