Back to Devexpress

PrepareSuggestionsEventArgs Class

corelibraries-devexpress-dot-xtraspellchecker-b7dd4cad.md

latest1.7 KB
Original Source

PrepareSuggestionsEventArgs Class

Provides data for the PrepareSuggestions event.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public class PrepareSuggestionsEventArgs :
    EventArgs
vb
Public Class PrepareSuggestionsEventArgs
    Inherits EventArgs

PrepareSuggestionsEventArgs is the data class for the following events:

LibraryRelated API Members
Cross-Platform Class LibrarySpellCheckerBase.PrepareSuggestions
ASP.NET Web Forms ControlsASPxSpellChecker.PrepareSuggestions

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

PrepareSuggestionsEventArgs Members

DevExpress.XtraSpellChecker Namespace