NSBrowserDelegate.AcceptDrop Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- info
- INSDraggingInfo
- row
-
IntPtr
nativeint
- column
-
IntPtr
nativeint
- dropOperation
- NSBrowserDropOperation
Returns
Implements
- Attributes