Back to Devexpress

SpellCheckerBase.BeforeLoadDictionaries Event

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerbase-89597dee.md

latest1.3 KB
Original Source

SpellCheckerBase.BeforeLoadDictionaries Event

Occurs when the spell checker starts loading dictionaries.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public event EventHandler BeforeLoadDictionaries
vb
Public Event BeforeLoadDictionaries As EventHandler

Event Data

The BeforeLoadDictionaries event's data class is EventArgs.

Remarks

Use this event to notify the user that the time-consuming process of loading and expanding dictionaries is taking place.

See Also

SpellCheckerBase Class

SpellCheckerBase Members

DevExpress.XtraSpellChecker Namespace