Removes a tracked change from the collection. Depending on the accept parameter the change is either accepted or rejected. When a change is rejected, inserted text is removed and deleted text is reinserted.

Remove(TrackedChange, Bool)

public bool Remove(TrackedChange trackedChange, bool accept);
Public Function Remove(ByVal trackedChange As TrackedChange, accept As Boolean) As Boolean

Parameters

Parameter Description
trackedChange Specifies the tracked change to remove.
accept When this parameter is true, the change is accepted, otherwise, it is rejected.

Return Value

The return value is true, if the change could be removed. Otherwise, it is false.

Further Reading

Learn more about the TXTextControl.TrackedChangeCollection.Remove Method in the Text Control Blog: