NSTableViewDataSource_Extensions.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.
public static bool AcceptDrop (this AppKit.INSTableViewDataSource This, AppKit.NSTableView tableView, AppKit.NSDraggingInfo info, nint row, AppKit.NSTableViewDropOperation dropOperation);
static member AcceptDrop : AppKit.INSTableViewDataSource * AppKit.NSTableView * AppKit.NSDraggingInfo * nint * AppKit.NSTableViewDropOperation -> bool
Parameters
- tableView
- NSTableView
- info
- NSDraggingInfo
- row
- System.System.IntPtr System.nativeint
- dropOperation
- NSTableViewDropOperation