共用方式為


NSTableReorder 代理人

定義

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

參數

tableView
NSTableView
columnIndex
System.System.IntPtr System.nativeint
newColumnIndex
System.System.IntPtr System.nativeint

傳回值

適用於