Skip to main content

BeforeCheckWordEventArgs(Object, String, Boolean) Constructor

Initializes a new BeforeCheckWordEventArgs class instance with specified settings.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public BeforeCheckWordEventArgs(
    object editControl,
    string word,
    bool cancel
)

Parameters

Name Type Description
editControl Object

An object, representing a control being checked.

word String

A string representing a word to be checked.

cancel Boolean

true if an event should be cancelled; otherwise, false.

See Also