Share via


NSOutlineViewDelegate.ShouldSelectItem(NSOutlineView, NSObject) Method

Definition

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

Parameters

outlineView
NSOutlineView
item
NSObject

Returns

Implements

Attributes

Applies to