Skip to main content

ISpellChecker.CustomDictionaryChanged Event

In This Article

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

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

event EventHandler CustomDictionaryChanged

#Event Data

The CustomDictionaryChanged event's data class is EventArgs.

See Also