Share via


NSTableViewDelegate.SelectionShouldChange(NSTableView) Method

Definition

[Foundation.Export("selectionShouldChangeInTableView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool SelectionShouldChange(AppKit.NSTableView tableView);
[<Foundation.Export("selectionShouldChangeInTableView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SelectionShouldChange : AppKit.NSTableView -> bool
override this.SelectionShouldChange : AppKit.NSTableView -> bool

Parameters

tableView
NSTableView

Returns

Implements

Attributes

Applies to