SpellCheckerBase.BeforeLoadDictionaries Event
Occurs when the spell checker starts loading dictionaries.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Event Data
The BeforeLoadDictionaries event's data class is EventArgs.
Remarks
Use this event to notify the user that the time-consuming process of loading and expanding dictionaries is taking place.
See Also