Share via


NSTableViewTableEventArgs(NSTableColumn) Constructor

Definition

Create a new instance of the NSTableViewTableEventArgs with the specified event data.

public NSTableViewTableEventArgs(AppKit.NSTableColumn tableColumn);
new AppKit.NSTableViewTableEventArgs : AppKit.NSTableColumn -> AppKit.NSTableViewTableEventArgs

Parameters

tableColumn
NSTableColumn

The value for the TableColumn property.

Applies to