Skip to main content

BeforeCheckEventArgs(String, Object, Boolean) Constructor

Initializes a new BeforeCheckEventArgs class instance with specified settings.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public BeforeCheckEventArgs(
    string text,
    object editControl,
    bool cancel
)

Parameters

Name Type Description
text String

A string, representing a text to be spell checked.

editControl Object

A Object, representing the control being checked.

cancel Boolean

A Boolean value indicating whether the event should be canceled.

See Also