Share via


INSTableViewDelegate.ShouldSelectRow(NSTableView, IntPtr) Method

Definition

[Foundation.Export("tableView:shouldSelectRow:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldSelectRow(AppKit.NSTableView tableView, IntPtr row);
[<Foundation.Export("tableView:shouldSelectRow:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldSelectRow : AppKit.NSTableView * nativeint -> bool
override this.ShouldSelectRow : AppKit.NSTableView * nativeint -> bool

Parameters

tableView
NSTableView
row
IntPtr

nativeint

Returns

Attributes

Applies to