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

SpellCheckerBase.BeforeCheckWord Event

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

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public event BeforeCheckWordEventHandler BeforeCheckWord

Event Data

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

Property Description
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
EditControl Gets the control being checked
StartPosition Gets the position of the checked word in a text.
Word Gets a word to be checked.
See Also