SpellCheckerBase.AfterLoadDictionaries Event
In This Article
Occurs when the dictionaries have been loaded.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v14.2.Core.dll
#Declaration
#Event Data
The AfterLoadDictionaries event's handler receives an argument of the EventArgs type.
#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