Share via


NSBrowser.CanDragRowsWithIndexes(NSIndexSet, IntPtr, NSEvent) Method

Definition

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

Parameters

rowIndexes
NSIndexSet
column
IntPtr

nativeint

theEvent
NSEvent

Returns

Attributes

Applies to