Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

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