RowsInserted returns the event that the model should publish when a contiguous range of items was inserted. If the model supports sorting, it is assumed to be sorted before the model publishes the event.
()
| 150 | // contiguous range of items was inserted. If the model supports sorting, it |
| 151 | // is assumed to be sorted before the model publishes the event. |
| 152 | RowsInserted() *IntRangeEvent |
| 153 | |
| 154 | // RowsRemoved returns the event that the model should publish when a |
| 155 | // contiguous range of items was removed. |
no outgoing calls
no test coverage detected