outlineView(_:didClick:)
Sent at the time the mouse button subsequently goes up in outlineView and tableColumn has been “clicked” without having been dragged anywhere.
Declaration
@MainActor optional func outlineView(_ outlineView: NSOutlineView, didClick tableColumn: NSTableColumn)Parameters
- outlineView:
The outline view that sent the message.
- tableColumn:
The table column.