Contents

tableViewSelectionIsChanging(_:)

Tells the delegate that the table view’s selection is in the process of changing.

Declaration

@MainActor optional func tableViewSelectionIsChanging(_ notification: Notification)

Parameters

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