Replaces the specified number of characters starting at the specified offset with the specified string.
offset The position within the string to start replacing. count The number of characters to replace. strData The new data that replaces the old string data.
This method raises the XmlNodeChangedAction.Change event.