Share via


NSTableViewDelegate_Extensions.ShouldSelectRow Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldSelectRow(this AppKit.INSTableViewDelegate This, AppKit.NSTableView tableView, IntPtr row);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldSelectRow : AppKit.INSTableViewDelegate * AppKit.NSTableView * nativeint -> bool

Parameters

tableView
NSTableView
row
IntPtr

nativeint

Returns

Attributes

Applies to