NSOutlineViewDataSource.AcceptDrop Method

Definition

[Foundation.Export("outlineView:acceptDrop:item:childIndex:")]
public virtual bool AcceptDrop (AppKit.NSOutlineView outlineView, AppKit.NSDraggingInfo info, Foundation.NSObject item, nint index);
abstract member AcceptDrop : AppKit.NSOutlineView * AppKit.NSDraggingInfo * Foundation.NSObject * nint -> bool
override this.AcceptDrop : AppKit.NSOutlineView * AppKit.NSDraggingInfo * Foundation.NSObject * nint -> bool

Parameters

outlineView
NSOutlineView
item
NSObject
index
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to