Back to Devexpress

SpellChecker Events

windowsforms-devexpress-dot-xtraspellchecker-dot-spellchecker-dot-underscore-events.md

latest4.7 KB
Original Source

SpellChecker Events

The component that allows you to add Microsoft Office style spell checking capabilities into your application.

NameDescription
AfterCheckOccurs when text checking is finished. Inherited from SpellCheckerBase.
AfterCheckWordOccurs after a word is checked. Inherited from SpellCheckerBase.
AfterLoadDictionariesOccurs when the dictionaries have been loaded. Inherited from SpellCheckerBase.
BeforeCheckOccurs before the spell checker begins text processing. Inherited from SpellCheckerBase.
BeforeCheckWordOccurs before a given word is exposed to a search algorithm. Inherited from SpellCheckerBase.
BeforeLoadDictionariesOccurs when the spell checker starts loading dictionaries. Inherited from SpellCheckerBase.
CheckCompleteFormShowingOccurs when the spell check is complete.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
FinishCheckingMainPartOccurs when the selected part of the text is processed. Inherited from SpellCheckerBase.
NotInDictionaryWordFoundOccurs when a word being checked is not found in a dictionary. Inherited from SpellCheckerBase.
OptionsFormShowingOccurs when the form used to specify the OptionsSpelling is about to be shown.
PopupMenuShowingOccurs before a context menu is shown.
PrepareContextMenuObsolete. Occurs before a context menu is created.
PrepareSuggestionsOccurs when a misspelled word is found and a list of suggested replacements is created and sorted. Inherited from SpellCheckerBase.
RepeatedWordFoundOccurs when a word identical to the previous one is found. Inherited from SpellCheckerBase.
SpellingFormShowingOccurs when the spelling form is about to be displayed.
UnhandledExceptionOccurs when an unhandled system exception fires. Inherited from SpellCheckerBase.
WordAddedOccurs after a new word is added to the custom dictionary. Inherited from SpellCheckerBase.

See Also

SpellChecker Class

SpellChecker Members

DevExpress.XtraSpellChecker Namespace