The MisspelledWordChangingEventArgs class provides data for the TXSpellChecker.MisspelledWordChanging event in TXSpell for Windows Forms and WPF.

Syntax

public sealed class MisspelledWordChangingEventArgs
Public NotInheritable Class MisspelledWordChangingEventArgs

Introduced: 3.0.

Properties

Property Description
Cancel Get or sets a value indicating whether the changing operation for the current misspelled word should be canceled.
CorrectedWord Gets or sets the new word that replaces the text of an object of type TXTextControl.MisspelledWord.
IFormattedText Gets the object of type TXTextControl.IFormattedText where the object of type TXTextControl.MisspelledWord is changed.
MisspelledWord Gets the object of type TXTextControl.MisspelledWord that is changed.
Type Gets the type that defines how the object of type TXTextControl.MisspelledWord is changed.
WillBeDuplicate Gets a value specifying whether replacing the text of the current misspelled word would result in a conversion to a duplicate misspelled word.