Skip to main content

SpellCheckerBase.BeforeCheck Event

Occurs before the spell checker begins text processing.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public event BeforeCheckEventHandler BeforeCheck

Event Data

The BeforeCheck event's data class is BeforeCheckEventArgs. 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 Provides access to the control that contains text whose spelling will be checked.
Text Gets the text on which a spell check will be performed.
See Also