SpellCheckerBase.BeforeLoadDictionaries Event
In This Article
Occurs when the spell checker starts loading dictionaries.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v14.2.Core.dll
#Declaration
#Event Data
The BeforeLoadDictionaries event's handler receives an argument of the EventArgs type.
#Remarks
Use this event to notify the user that the time-consuming process of loading and expanding dictionaries is taking place.
See Also