Share via


NSBrowserDelegate.CanDragRowsWithIndexes Method

Definition

[Foundation.Export("browser:canDragRowsWithIndexes:inColumn:withEvent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool CanDragRowsWithIndexes(AppKit.NSBrowser browser, Foundation.NSIndexSet rowIndexes, IntPtr column, AppKit.NSEvent theEvent);
[<Foundation.Export("browser:canDragRowsWithIndexes:inColumn:withEvent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CanDragRowsWithIndexes : AppKit.NSBrowser * Foundation.NSIndexSet * nativeint * AppKit.NSEvent -> bool
override this.CanDragRowsWithIndexes : AppKit.NSBrowser * Foundation.NSIndexSet * nativeint * AppKit.NSEvent -> bool

Parameters

browser
NSBrowser
rowIndexes
NSIndexSet
column
IntPtr

nativeint

theEvent
NSEvent

Returns

Implements

Attributes

Applies to