INSBrowserDelegate.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("browser:validateDrop:proposedRow:column:dropOperation:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSDragOperation ValidateDrop(AppKit.NSBrowser browser, AppKit.INSDraggingInfo info, ref IntPtr row, ref IntPtr column, ref AppKit.NSBrowserDropOperation dropOperation);
[<Foundation.Export("browser:validateDrop:proposedRow:column:dropOperation:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ValidateDrop : AppKit.NSBrowser * AppKit.INSDraggingInfo * nativeint * nativeint * NSBrowserDropOperation -> AppKit.NSDragOperation
override this.ValidateDrop : AppKit.NSBrowser * AppKit.INSDraggingInfo * nativeint * nativeint * NSBrowserDropOperation -> AppKit.NSDragOperation
Parameters
- browser
- NSBrowser
- info
- INSDraggingInfo
- row
-
IntPtr
nativeint
- column
-
IntPtr
nativeint
- dropOperation
- NSBrowserDropOperation
Returns
- Attributes