Args for the events fired when words are changed.

C# | Visual Basic | Visual C++ |
public class WordChangedEventArgs : UndoableStateEventArgs
Public Class WordChangedEventArgs _ Inherits UndoableStateEventArgs
public ref class WordChangedEventArgs : public UndoableStateEventArgs

All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
![]() | WordChangedEventArgs(Boolean, BadWord, String, RapidSpellChecker..::.State, ArrayList, Int32) | |
![]() | 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()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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. |
![]() | 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
|

Object | |||
![]() | EventArgs | ||
![]() | UndoableStateEventArgs | ||
![]() | WordChangedEventArgs |