Share via


NSTableReorder Delegate

Definition

public delegate bool NSTableReorder(NSTableView tableView, IntPtr columnIndex, IntPtr newColumnIndex);
type NSTableReorder = delegate of NSTableView * nativeint * nativeint -> bool

Parameters

tableView
NSTableView
columnIndex
IntPtr

nativeint

newColumnIndex
IntPtr

nativeint

Return Value

Applies to