BeforeCheckEventArgs Class
In This Article
Provides data for the BeforeCheck event.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#Declaration
public class BeforeCheckEventArgs :
CancelEventArgs
#Remarks
The SpellCheckerBase.BeforeCheck event occurs when the SpellChecker is ready for operation, before the check actually starts, and has gotten the text to be checked.
#Inheritance
Object
EventArgs
CancelEventArgs
BeforeCheckEventArgs
See Also