NSTableViewDelegate.ShouldSelectRow(NSTableView, nint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("tableView:shouldSelectRow:")]
public virtual bool ShouldSelectRow (AppKit.NSTableView tableView, nint row);
abstract member ShouldSelectRow : AppKit.NSTableView * nint -> bool
override this.ShouldSelectRow : AppKit.NSTableView * nint -> bool
Parameters
- tableView
- NSTableView
- row
- System.System.IntPtr System.nativeint
Returns
- Attributes