Back to Devexpress

DictionaryBase.DictionaryLoaded Event

corelibraries-devexpress-dot-xtraspellchecker-dot-dictionarybase-07f5d515.md

latest1.9 KB
Original Source

DictionaryBase.DictionaryLoaded Event

Occurs when a dictionary is loaded.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public event EventHandler DictionaryLoaded
vb
Public Event DictionaryLoaded As EventHandler

Event Data

The DictionaryLoaded event's data class is EventArgs.

Remarks

Loading dictionaries is a time-consuming process. You can make it user friendly and maintainable, by handling this event and providing visual indication.

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

If an application tries to load several dictionaries of highly inflective languages (like Russian, Czech or Serbian), the system resources may be exhausted, resulting in a stalled application, and finally, in an unhandled exception. To handle this situation, subscribe to the SpellCheckerBase.UnhandledException event.

Implements

DictionaryLoaded

See Also

UnhandledException

DictionaryBase Class

DictionaryBase Members

DevExpress.XtraSpellChecker Namespace