PrepareSuggestionsEventArgs Class
Provides data for the PrepareSuggestions event.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v23.1.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