Enumeration CursorChangeReason

Describes the reason the cursor has changed its position.

Enumeration Members

ContentFlush: 1

A model.setValue() was called.

Explicit: 3

There was an explicit user gesture.

NotSet: 0

Unknown or not set.

Paste: 4

There was a Paste.

RecoverFromMarkers: 2

The model has been changed outside of this cursor and the cursor recovers its position from associated markers.

Redo: 6

There was a Redo.

Undo: 5

There was an Undo.