Keyoti RapidSpell Desktop .NET API Docs
WordChangedEventArgs Class
APIKeyoti.RapidSpellWordChangedEventArgs
Keyoti RapidSpell Desktop .NET
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)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Replacement
The replacement word.

TextBox
The current text box, if known.

ToString()()()()
Returns a string that represents the current object.
(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: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412