다음을 통해 공유


NSTableViewDelegate.WillDisplayCell 메서드

정의

[Foundation.Export("tableView:willDisplayCell:forTableColumn:row:")]
public virtual void WillDisplayCell (AppKit.NSTableView tableView, Foundation.NSObject cell, AppKit.NSTableColumn tableColumn, nint row);
abstract member WillDisplayCell : AppKit.NSTableView * Foundation.NSObject * AppKit.NSTableColumn * nint -> unit
override this.WillDisplayCell : AppKit.NSTableView * Foundation.NSObject * AppKit.NSTableColumn * nint -> unit

매개 변수

tableView
NSTableView
cell
NSObject
tableColumn
NSTableColumn
row
System.System.IntPtr System.nativeint
특성

적용 대상