Keyoti RapidSpell WPF Changes badWord to newWord in the text.

Declaration Syntax
public virtual void ChangeBadWord(
BadWord badWord,
string newWord
)
Public Overridable Sub ChangeBadWord ( _
badWord As BadWord, _
newWord As String _
)
public:
virtual void ChangeBadWord(
BadWord^ badWord,
String^ newWord
)

Parameters
- badWord (BadWord)
- word to replace
- newWord (String)
- replaces the current misspelt word.

Return Value
void

Exceptions
Assembly:
Keyoti3.RapidSpell.WPF (Module: Keyoti3.RapidSpell.WPF) Version: 2.0.10.827