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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSDragOperation ValidateDrop(this AppKit.INSBrowserDelegate This, AppKit.NSBrowser browser, AppKit.INSDraggingInfo info, ref IntPtr row, ref IntPtr column, ref AppKit.NSBrowserDropOperation dropOperation);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ValidateDrop : AppKit.INSBrowserDelegate * AppKit.NSBrowser * AppKit.INSDraggingInfo * nativeint * nativeint * NSBrowserDropOperation -> AppKit.NSDragOperation
Parameters
- This
- INSBrowserDelegate
- browser
- NSBrowser
- info
- INSDraggingInfo
- row
-
IntPtr
nativeint
- column
-
IntPtr
nativeint
- dropOperation
- NSBrowserDropOperation
Returns
- Attributes