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

BeforeCheckWordEventArgs Class

Provides data for the BeforeCheckWord event.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v19.1.Core.dll

Declaration

public class BeforeCheckWordEventArgs :
    CancelEventArgs

Remarks

The SpellCheckerBase.BeforeCheckWord event occurs when the word is to be checked.

Inheritance

Object
EventArgs
CancelEventArgs
BeforeCheckWordEventArgs
See Also