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

PrepareSuggestionsEventArgs(String, SuggestionCollection) Constructor

Initializes a new PrepareSuggestionsEventArgs class instance.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public PrepareSuggestionsEventArgs(
    string word,
    SuggestionCollection suggestions
)

Parameters

Name Type Description
word String

A String object that represents a word being checked.

suggestions SuggestionCollection

A SuggestionCollection object representing a collection of suggested words.

See Also