Back to Devexpress

SpellCheckerBase.AfterLoadDictionaries Event

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerbase-7547ebef.md

latest1.4 KB
Original Source

SpellCheckerBase.AfterLoadDictionaries Event

Occurs when the dictionaries have been loaded.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public event EventHandler AfterLoadDictionaries
vb
Public Event AfterLoadDictionaries As EventHandler

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

SpellCheckerBase Class

SpellCheckerBase Members

DevExpress.XtraSpellChecker Namespace