Skip to main content

SpellingFormShowingEventArgs(String, StringCollection) Constructor

Initializes a new SpellingFormShowingEventArgs class instance.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public SpellingFormShowingEventArgs(
    string word,
    StringCollection suggestions
)

Parameters

Name Type Description
word String

A String object that represents a word being checked.

suggestions DevExpress.XtraSpellChecker.StringCollection

A collection of String objects, representing the suggested words.

See Also