corelibraries-devexpress-dot-xtraspellchecker-46cb2edd.md
Provides data for the NotInDictionaryFound event.
Namespace : DevExpress.XtraSpellChecker
Assembly : DevExpress.SpellChecker.v25.2.Core.dll
NuGet Package : DevExpress.SpellChecker.Core
public class NotInDictionaryWordFoundEventArgs :
RepeatedWordFoundEventArgs
Public Class NotInDictionaryWordFoundEventArgs
Inherits RepeatedWordFoundEventArgs
NotInDictionaryWordFoundEventArgs is the data class for the following events:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | SpellCheckerBase.NotInDictionaryWordFound |
| ASP.NET Web Forms Controls | ASPxSpellChecker.NotInDictionaryWordFound |
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.
Object EventArgs RepeatedWordFoundEventArgs NotInDictionaryWordFoundEventArgs
See Also