Back to Devexpress

NotInDictionaryWordFoundEventArgs Class

corelibraries-devexpress-dot-xtraspellchecker-46cb2edd.md

latest2.7 KB
Original Source

NotInDictionaryWordFoundEventArgs Class

Provides data for the NotInDictionaryFound event.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.SpellChecker.v25.2.Core.dll

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public class NotInDictionaryWordFoundEventArgs :
    RepeatedWordFoundEventArgs
vb
Public Class NotInDictionaryWordFoundEventArgs
    Inherits RepeatedWordFoundEventArgs

NotInDictionaryWordFoundEventArgs is the data class for the following events:

LibraryRelated API Members
Cross-Platform Class LibrarySpellCheckerBase.NotInDictionaryWordFound
ASP.NET Web Forms ControlsASPxSpellChecker.NotInDictionaryWordFound

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

NotInDictionaryWordFoundEventArgs Members

DevExpress.XtraSpellChecker Namespace