Back to Devexpress

SpellCheckerBase.BeforeCheck Event

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerbase-9968bba2.md

latest1.8 KB
Original Source

SpellCheckerBase.BeforeCheck Event

Occurs before the spell checker begins text processing.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public event BeforeCheckEventHandler BeforeCheck
vb
Public Event BeforeCheck As BeforeCheckEventHandler

Event Data

The BeforeCheck event's data class is BeforeCheckEventArgs. The following properties provide information specific to this event:

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
EditControlProvides access to the control that contains text whose spelling will be checked.
TextGets the text on which a spell check will be performed.

See Also

SpellCheckerBase Class

SpellCheckerBase Members

DevExpress.XtraSpellChecker Namespace