Skip to main content

ISpellCheckerDictionary.DictionaryLoaded Event

Occurs when a dictionary is loaded.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

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