SpellChecker Events
Represents the base component of the Spell Checker.
Name | Description |
---|---|
After |
Occurs when text checking is finished.
Inherited from Spell |
After |
Occurs after a word is checked.
Inherited from Spell |
After |
Occurs when the dictionaries have been loaded.
Inherited from Spell |
Before |
Occurs before the spell checker begins text processing.
Inherited from Spell |
Before |
Occurs before a given word is exposed to a search algorithm.
Inherited from Spell |
Before |
Occurs when the spell checker starts loading dictionaries.
Inherited from Spell |
Check |
Occurs when the spell check is complete. |
Culture |
Occurs when the culture setting of the spell cheker is changed. |
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.
Inherited from Spell |
Not |
Occurs when a word being checked is not found in a dictionary.
Inherited from Spell |
Options |
Occurs when the Spelling Options form used to specify the Options |
Prepare |
Occurs when a misspelled word is found and a list of suggested replacements is created and sorted.
Inherited from Spell |
Repeated |
Occurs when a word identical to the previous one is found.
Inherited from Spell |
Spell |
Occurs when the Spell |
Spelling |
Occurs when the Spelling form is about to be displayed or an end-user clicks the command button that changes the form’s contents. |
Unhandled |
Occurs when an unhandled system exception fires.
Inherited from Spell |
Word |
Occurs after a new word is added to the custom dictionary.
Inherited from Spell |
See Also