Share via


NSOutlineViewDelegate.SelectionShouldChange(NSOutlineView) Method

Definition

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

Parameters

outlineView
NSOutlineView

Returns

Implements

Attributes

Applies to