Back to Devexpress

SpellCheckerBase Events

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerbase-dot-underscore-events.md

latest2.7 KB
Original Source

SpellCheckerBase Events

Represents the base class for the SpellChecker component.

NameDescription
AfterCheckOccurs when text checking is finished.
AfterCheckWordOccurs after a word is checked.
AfterLoadDictionariesOccurs when the dictionaries have been loaded.
BeforeCheckOccurs before the spell checker begins text processing.
BeforeCheckWordOccurs before a given word is exposed to a search algorithm.
BeforeLoadDictionariesOccurs when the spell checker starts loading dictionaries.
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.
NotInDictionaryWordFoundOccurs when a word being checked is not found in a dictionary.
PrepareSuggestionsOccurs when a misspelled word is found and a list of suggested replacements is created and sorted.
RepeatedWordFoundOccurs when a word identical to the previous one is found.
UnhandledExceptionOccurs when an unhandled system exception fires.
WordAddedOccurs after a new word is added to the custom dictionary.

See Also

SpellCheckerBase Class

SpellCheckerBase Members

DevExpress.XtraSpellChecker Namespace