다음을 통해 공유


NSTableViewCell 대리자

정의

public delegate bool NSTableViewCell(NSTableView tableView, NSCell cell, NSTableColumn tableColumn, nint row);
type NSTableViewCell = delegate of NSTableView * NSCell * NSTableColumn * nint -> bool

매개 변수

tableView
NSTableView
cell
NSCell
tableColumn
NSTableColumn
row
System.System.IntPtr System.nativeint

반환 값

적용 대상