NSTableViewToolTip Delegate

Definition

public delegate Foundation.NSString NSTableViewToolTip(NSTableView tableView, NSCell cell, ref CGRect rect, NSTableColumn tableColumn, nint row, CGPoint mouseLocation);
type NSTableViewToolTip = delegate of NSTableView * NSCell *  * NSTableColumn * nint * CGPoint -> NSString

Parameters

tableView
NSTableView
cell
NSCell
rect
CGRect
tableColumn
NSTableColumn
row
System.System.IntPtr System.nativeint
mouseLocation
CGPoint

Return Value

Applies to