An arguments object for the changed signal.
changed
Data models should emit the changed signal with this args object type when rows are inserted or removed.
The index of the first modified row.
The region which contains the modified rows.
The number of modified rows.
The discriminated type of the args object.
Generated using TypeDoc
An arguments object for the
changed
signal.Notes
Data models should emit the
changed
signal with this args object type when rows are inserted or removed.