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

BeforeCheckWordEventArgs(Object, String, Boolean) Constructor

Initializes a new BeforeCheckWordEventArgs class instance with specified settings.

Namespace: DevExpress.XtraSpellChecker

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

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