Contents

selectionDidChangeNotification

Posted after an NSTableView object’s selection changes.

Declaration

class let selectionDidChangeNotification: NSNotification.Name

Discussion

The notification object is the table view whose selection changed. This notification does not contain a userInfo dictionary.

See Also

Notifications