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

ISpellChecker.CustomDictionaryChanged Event

Occurs when a custom dictionary is modified by an end-user.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

event EventHandler CustomDictionaryChanged

Event Data

The CustomDictionaryChanged event's data class is EventArgs.

See Also