Gets a particular item from the collection.
public TrackedChange GetItem();
public TrackedChange GetItem(bool next);
Parameter | Description |
---|---|
next | If this parameter is true, the next change in the textflow is returned. If this parameter is false, the previous change in the textflow is returned. The next or the previous change is returned independent whether there is a change at the current text input position. |
The return value is null, if a change could not be found. Otherwise, it is an object of the type Tracked