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

NotInDictionaryWordFoundEventArgs Class

Provides data for the NotInDictionaryFound event.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public class NotInDictionaryWordFoundEventArgs :
    RepeatedWordFoundEventArgs

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