PrepareSuggestionsEventArgs Class
In This Article
Provides data for the PrepareSuggestions event.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#Declaration
#Remarks
The PrepareSuggestions event occurs when suggestions for a misspelled word are ready. The PrepareSuggestionsEventArgs contains a list of suggested words and a misspelled word.
See Also