Skip to main content

SpellCheckerBase.BeforeLoadDictionaries Event

Occurs when the spell checker starts loading dictionaries.

Namespace: DevExpress.XtraSpellChecker

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

#Declaration

public event EventHandler BeforeLoadDictionaries

#Event Data

The BeforeLoadDictionaries event's handler receives an argument of the EventArgs type.

#Remarks

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

See Also