SpellCheckerBase Events
Represents the base class for the SpellChecker component.
Name | Description |
---|---|
After |
Occurs when text checking is finished. |
After |
Occurs after a word is checked. |
After |
Occurs when the dictionaries have been loaded. |
Before |
Occurs before the spell checker begins text processing. |
Before |
Occurs before a given word is exposed to a search algorithm. |
Before |
Occurs when the spell checker starts loading dictionaries. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Finish |
Occurs when the selected part of the text is processed. |
Not |
Occurs when a word being checked is not found in a dictionary. |
Prepare |
Occurs when a misspelled word is found and a list of suggested replacements is created and sorted. |
Repeated |
Occurs when a word identical to the previous one is found. |
Unhandled |
Occurs when an unhandled system exception fires. |
Word |
Occurs after a new word is added to the custom dictionary. |
See Also