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:")]
public virtual bool AcceptDrop (AppKit.NSBrowser browser, AppKit.NSDraggingInfo info, nint row, nint column, AppKit.NSBrowserDropOperation dropOperation);
abstract member AcceptDrop : AppKit.NSBrowser * AppKit.NSDraggingInfo * nint * nint * AppKit.NSBrowserDropOperation -> bool
override this.AcceptDrop : AppKit.NSBrowser * AppKit.NSDraggingInfo * nint * nint * AppKit.NSBrowserDropOperation -> bool
Parameters
- browser
- NSBrowser
- info
- NSDraggingInfo
- row
- System.System.IntPtr System.nativeint
- column
- System.System.IntPtr System.nativeint
- dropOperation
- NSBrowserDropOperation
Returns
- Attributes