TextChange
A Change for TextDocuments (used by TextAreas and StyledTextAreas).
There are only 2 implementations. DeleteText and InsertText. Replacing text is achieved by a combination of DeleteText and InsertText within a single Batch.
A Change for TextDocuments (used by TextAreas and StyledTextAreas).
There are only 2 implementations. DeleteText and InsertText. Replacing text is achieved by a combination of DeleteText and InsertText within a single Batch.