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

ASPxSpellChecker.PrepareSuggestions Event

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

Namespace: DevExpress.Web.ASPxSpellChecker

Assembly: DevExpress.Web.ASPxSpellChecker.v18.2.dll

Declaration

public event PrepareSuggestionsEventHandler PrepareSuggestions

Event Data

The PrepareSuggestions event's data class is PrepareSuggestionsEventArgs. 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