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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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