NSOutlineViewDelegate.ShouldSelectItem(NSOutlineView, NSObject) Method

Definition

[Foundation.Export("outlineView:shouldSelectItem:")]
public virtual bool ShouldSelectItem (AppKit.NSOutlineView outlineView, Foundation.NSObject item);
abstract member ShouldSelectItem : AppKit.NSOutlineView * Foundation.NSObject -> bool
override this.ShouldSelectItem : AppKit.NSOutlineView * Foundation.NSObject -> bool

Parameters

outlineView
NSOutlineView
item
NSObject

Returns

Attributes

Applies to