Skip to main content
A newer version of this page is available. .

PrepareSuggestionsEventArgs Class

Provides data for the PrepareSuggestions event.

Namespace: DevExpress.XtraSpellChecker

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

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