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