Skip to main content

PrepareSuggestionsEventArgs Class

Provides data for the PrepareSuggestions event.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v24.2.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

#Declaration

public class PrepareSuggestionsEventArgs :
    EventArgs

#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.

#Inheritance

Object
EventArgs
PrepareSuggestionsEventArgs
See Also