selectionIsChangingNotification
Posted as an NSTableView object’s selection changes (while the mouse button is still down).
Declaration
class let selectionIsChangingNotification: NSNotification.NameDiscussion
Note that the notification is sent only for mouse events that change the table’s selection, not keyboard events. The notification object is the table view whose selection is changing. This notification does not contain a userInfo dictionary.