Skip to main content
A newer version of this page is available. .

SpellChecker Events

The component that allows you to add Microsoft Office style spell checking capabilities into your application.
Name Description
AfterCheck Occurs when text checking is finished. Inherited from SpellCheckerBase.
AfterCheckWord Occurs after a word is checked. Inherited from SpellCheckerBase.
AfterLoadDictionaries Occurs when the dictionaries have been loaded. Inherited from SpellCheckerBase.
BeforeCheck Occurs before the spell checker begins text processing. Inherited from SpellCheckerBase.
BeforeCheckWord Occurs before a given word is exposed to a search algorithm. Inherited from SpellCheckerBase.
BeforeLoadDictionaries Occurs when the spell checker starts loading dictionaries. Inherited from SpellCheckerBase.
CheckCompleteFormShowing Occurs when the spell check is complete.
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. Inherited from SpellCheckerBase.
NotInDictionaryWordFound Occurs when a word being checked is not found in a dictionary. Inherited from SpellCheckerBase.
OptionsFormShowing Occurs when the form used to specify the OptionsSpelling is about to be shown.
PopupMenuShowing Occurs before a context menu is shown.
PrepareContextMenu Obsolete. Occurs before a context menu is created.
PrepareSuggestions Occurs when a misspelled word is found and a list of suggested replacements is created and sorted. Inherited from SpellCheckerBase.
RepeatedWordFound Occurs when a word identical to the previous one is found. Inherited from SpellCheckerBase.
SpellingFormShowing Occurs when the spelling form is about to be displayed.
UnhandledException Occurs when an unhandled system exception fires. Inherited from SpellCheckerBase.
WordAdded Occurs after a new word is added to the custom dictionary. Inherited from SpellCheckerBase.
See Also