Share via


NSBrowserDelegate_Extensions.AcceptDrop Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool AcceptDrop(this AppKit.INSBrowserDelegate This, AppKit.NSBrowser browser, AppKit.INSDraggingInfo info, IntPtr row, IntPtr column, AppKit.NSBrowserDropOperation dropOperation);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member AcceptDrop : AppKit.INSBrowserDelegate * AppKit.NSBrowser * AppKit.INSDraggingInfo * nativeint * nativeint * AppKit.NSBrowserDropOperation -> bool

Parameters

browser
NSBrowser
row
IntPtr

nativeint

column
IntPtr

nativeint

dropOperation
NSBrowserDropOperation

Returns

Attributes

Applies to