tableViewSelectionIsChanging(_:)
Tells the delegate that the table view’s selection is in the process of changing.
Declaration
@MainActor optional func tableViewSelectionIsChanging(_ notification: Notification)Parameters
- notification:
A notification named Selectionischangingnotification.
Discussion
This method is called only when mouse events—and not keyboard events—are changing the selection. For example, this method is called when the user drags the mouse across multiple table rows.
See Also
Selecting rows
selectionShouldChange(in:)tableView(_:shouldSelectRow:)tableView(_:selectionIndexesForProposedSelection:)tableView(_:shouldSelect:)tableViewSelectionDidChange(_:)tableView(_:shouldTypeSelectFor:withCurrentSearch:)tableView(_:typeSelectStringFor:row:)tableView(_:nextTypeSelectMatchFromRow:toRow:for:)