Skip to main content
A newer version of this page is available. .

SpellCheckerBase.BeforeLoadDictionaries Event

Occurs when the spell checker starts loading dictionaries.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v19.1.Core.dll

Declaration

public event EventHandler BeforeLoadDictionaries

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