Keyoti RapidSpell WPF API Docs
WordChangedEventArgs Class
APIKeyoti.RapidSpell.WpfWordChangedEventArgs
Keyoti RapidSpell WPF
Args for the events fired when words are changed.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public class WordChangedEventArgs : UndoableStateEventArgs
public class WordChangedEventArgs : UndoableStateEventArgs
Public Class WordChangedEventArgs
	Inherits UndoableStateEventArgs
Public Class WordChangedEventArgs
	Inherits UndoableStateEventArgs
public ref class WordChangedEventArgs : public UndoableStateEventArgs
public ref class WordChangedEventArgs : public UndoableStateEventArgs
type WordChangedEventArgs =  
    class
        inherit UndoableStateEventArgs
    end
type WordChangedEventArgs =  
    class
        inherit UndoableStateEventArgs
    end
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
WordChangedEventArgs(Boolean, BadWord, String, RapidSpellChecker..::..State, ArrayList, Int32, Object)
All
Whether all instances of the word were changed.

BadWord
The word involved.
(Inherited from UndoableStateEventArgs.)
ChangeIndices
List of ints pointing to locations in the text where other instances of the word were changed, if there were any, null/nothing otherwise

Equals(Object) (Inherited from Object.)
Finalize()()()() (Inherited from Object.)
GetHashCode()()()() (Inherited from Object.)
GetType()()()() (Inherited from Object.)
MemberwiseClone()()()() (Inherited from Object.)
Replacement
The replacement word.

TextBox
The current text box, if known.

ToString()()()() (Inherited from Object.)
UndoableState
The state of RapidSpellChecker
(Inherited from UndoableStateEventArgs.)
word
The bad word
(Inherited from UndoableStateEventArgs.)
WrappedChangeDelta
The change to indices caused by wrapped text changes

Inheritance Hierarchy
Object
EventArgs
 UndoableStateEventArgs
  WordChangedEventArgs

Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214