Skip to main content

BeforeCheckWordEventArgs(Object, String, Position, Boolean) Constructor

Initializes a new instance of the BeforeCheckWordEventArgs class with the specified settings.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

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

Parameters

Name Type Description
editControl Object

An object, representing the control being checked.

word String

A string representing the word to be checked.

startPosition DevExpress.XtraSpellChecker.Parser.Position

A DevExpress.XtraSpellChecker.Parser.Position object, representing the position in the text where the checked word begins.

cancel Boolean

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

See Also