SpellCheckerBase.AfterLoadDictionaries Event
Occurs when the dictionaries have been loaded.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Event Data
The AfterLoadDictionaries event's data class is EventArgs.
Remarks
Use this event to notify the user application that the dictionaries are ready for use. This event is helpful, because loading several dictionaries is a time-consuming process. You may also check that the dictionaries contain certain words, and are loaded properly.
See Also