Sent when the mouse button was clicked in a table column, but the column was not dragged.
Original signature is '- (void)tableView:(NSTableView *)tableView didClickTableColumn:(NSTableColumn *)tableColumn'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public delegate void TableViewDidClickTableColumnEventHandler( NSTableView tableView, NSTableColumn tableColumn )
Public Delegate Sub TableViewDidClickTableColumnEventHandler ( _ tableView As NSTableView, _ tableColumn As NSTableColumn _ )
public delegate void TableViewDidClickTableColumnEventHandler( NSTableView^ tableView, NSTableColumn^ tableColumn )

- tableView (NSTableView)
- The table view that sent the message.
- tableColumn (NSTableColumn)
- The table column.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)