Skip to main content
A newer version of this page is available. .

ISpellCheckerDictionary.DictionaryLoaded Event

Occurs when a dictionary is loaded.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v18.2.Core.dll

Declaration

event EventHandler DictionaryLoaded

Event Data

The DictionaryLoaded event's data class is EventArgs.

Remarks

After each dictionary is successfully loaded, the DictionaryLoaded event occurs.

See Also