Share via


NSTableViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType>.AcceptDrop Method

Definition

[Foundation.Export("tableView:acceptDrop:row:dropOperation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool AcceptDrop(AppKit.NSTableView tableView, AppKit.INSDraggingInfo info, IntPtr row, AppKit.NSTableViewDropOperation dropOperation);
[<Foundation.Export("tableView:acceptDrop:row:dropOperation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AcceptDrop : AppKit.NSTableView * AppKit.INSDraggingInfo * nativeint * AppKit.NSTableViewDropOperation -> bool
override this.AcceptDrop : AppKit.NSTableView * AppKit.INSDraggingInfo * nativeint * AppKit.NSTableViewDropOperation -> bool

Parameters

tableView
NSTableView
row
IntPtr

nativeint

dropOperation
NSTableViewDropOperation

Returns

Implements

Attributes

Applies to