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

BeforeCheckEventArgs(String, Object, Boolean) Constructor

Initializes a new BeforeCheckEventArgs class instance with specified settings.

Namespace: DevExpress.XtraSpellChecker

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

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