NSTableViewDataSource.ValidateDrop 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:validateDrop:proposedRow:proposedDropOperation:")]
public virtual AppKit.NSDragOperation ValidateDrop (AppKit.NSTableView tableView, AppKit.NSDraggingInfo info, nint row, AppKit.NSTableViewDropOperation dropOperation);
abstract member ValidateDrop : AppKit.NSTableView * AppKit.NSDraggingInfo * nint * AppKit.NSTableViewDropOperation -> AppKit.NSDragOperation
override this.ValidateDrop : AppKit.NSTableView * AppKit.NSDraggingInfo * nint * AppKit.NSTableViewDropOperation -> AppKit.NSDragOperation
Parameters
- tableView
- NSTableView
- info
- NSDraggingInfo
- row
- System.System.IntPtr System.nativeint
- dropOperation
- NSTableViewDropOperation
Returns
- Attributes