Back to Devexpress

SpellCheckerBase.BeforeCheckWord Event

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerbase-9a9de23c.md

latest2.0 KB
Original Source

SpellCheckerBase.BeforeCheckWord Event

Occurs before a given word is exposed to a search algorithm.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public event BeforeCheckWordEventHandler BeforeCheckWord
vb
Public Event BeforeCheckWord As BeforeCheckWordEventHandler

Event Data

The BeforeCheckWord event's data class is BeforeCheckWordEventArgs. 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.
EditControlGets the control being checked
StartPositionGets the position of the checked word in a text.
WordGets a word to be checked.

See Also

SpellCheckerBase Class

SpellCheckerBase Members

DevExpress.XtraSpellChecker Namespace