Share via


NSTableViewCellEventArgs(NSObject, NSTableColumn, IntPtr) Constructor

Definition

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

public NSTableViewCellEventArgs(Foundation.NSObject cell, AppKit.NSTableColumn tableColumn, IntPtr row);
new AppKit.NSTableViewCellEventArgs : Foundation.NSObject * AppKit.NSTableColumn * nativeint -> AppKit.NSTableViewCellEventArgs

Parameters

cell
NSObject

The value for the Cell property.

tableColumn
NSTableColumn

The value for the TableColumn property.

row
IntPtr

nativeint

The value for the Row property.

Applies to