NotInDictionaryWordFoundEventArgs Class
Provides data for the NotInDictionaryFound event.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
Declaration
Remarks
The NotInDictionaryFound event occurs when the spell checker cannot find a word in its dictionaries. This word is passed as a value of the RepeatedWordFoundEventArgs.Word property. If the RepeatedWordFoundEventArgs.Handled parameter is set to true, then the spell checker performs an operation defined by the RepeatedWordFoundEventArgs.Result value without user interaction. If the RepeatedWordFoundEventArgs.Result is SpellCheckOperation.Change, then the given word is substituted with the RepeatedWordFoundEventArgs.Suggestion property value.
Inheritance
Object
EventArgs
RepeatedWordFoundEventArgs
NotInDictionaryWordFoundEventArgs
See Also