tableView(_:mouseDownInHeaderOf:)
Tells the delegate that the mouse button was clicked in the specified table column’s header.
Declaration
@MainActor optional func tableView(_ tableView: NSTableView, mouseDownInHeaderOf tableColumn: NSTableColumn)Parameters
- tableView:
The table view that sent the message.
- tableColumn:
The table column.