NSBrowserDelegate_Extensions.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.
public static AppKit.NSDragOperation ValidateDrop (this AppKit.INSBrowserDelegate This, AppKit.NSBrowser browser, AppKit.NSDraggingInfo info, ref nint row, ref nint column, ref AppKit.NSBrowserDropOperation dropOperation);
static member ValidateDrop : AppKit.INSBrowserDelegate * AppKit.NSBrowser * AppKit.NSDraggingInfo * * * -> AppKit.NSDragOperation
Parameters
- This
- INSBrowserDelegate
- browser
- NSBrowser
- info
- NSDraggingInfo
- row
- System.System.IntPtr System.nativeint
- column
- System.System.IntPtr System.nativeint
- dropOperation
- NSBrowserDropOperation