Represents the event arguments for a selection change event.
Event
Specifies the native event that triggered the selection change.
null
Specifies the previous selection range, represented as an array with [start, end] indexes.
null
Specifies the new selection range, represented as an array with [start, end] indexes.
UserModel
| null
Specifies the user who made the selection change.