SpellCheckerBase Events
Represents the base class for the SpellChecker component.| Name | Description |
|---|---|
| AfterCheck | Occurs when text checking is finished. |
| AfterCheckWord | Occurs after a word is checked. |
| AfterLoadDictionaries | Occurs when the dictionaries have been loaded. |
| BeforeCheck | Occurs before the spell checker begins text processing. |
| BeforeCheckWord | Occurs before a given word is exposed to a search algorithm. |
| BeforeLoadDictionaries | 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. |
| FinishCheckingMainPart | Occurs when the selected part of the text is processed. |
| NotInDictionaryWordFound | Occurs when a word being checked is not found in a dictionary. |
| PrepareSuggestions | Occurs when a misspelled word is found and a list of suggested replacements is created and sorted. |
| RepeatedWordFound | Occurs when a word identical to the previous one is found. |
| UnhandledException | Occurs when an unhandled system exception fires. |
| WordAdded | Occurs after a new word is added to the custom dictionary. |
See Also