SpellCheckerBase.BeforeLoadDictionaries Event
In This Article
Occurs when the spell checker starts loading dictionaries.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#Declaration
public event EventHandler BeforeLoadDictionaries
#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