Share via


NSBrowserDelegate.AcceptDrop Method

Definition

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

Parameters

browser
NSBrowser
row
IntPtr

nativeint

column
IntPtr

nativeint

dropOperation
NSBrowserDropOperation

Returns

Implements

Attributes

Applies to