Skip to main content

SpellCheckerBase.AfterLoadDictionaries Event

Occurs when the dictionaries have been loaded.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

#Declaration

public event EventHandler AfterLoadDictionaries

#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