Skip to main content

SpellCheckerBase.PrepareSuggestions Event

In This Article

Occurs when a misspelled word is found and a list of suggested replacements is created and sorted.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v14.2.Core.dll

#Declaration

public event PrepareSuggestionsEventHandler PrepareSuggestions

#Event Data

The PrepareSuggestions event's handler receives an argument of the PrepareSuggestionsEventArgs type. The following properties provide information specific to this event:

Property Description
Suggestions Provides access to the collection of prepared suggestions.
Word Gets a misspelled word for which the suggestions have been prepared.
See Also