NSBrowser.CanDragRowsWithIndexes(NSIndexSet, nint, NSEvent) Method

Definition

[Foundation.Export("canDragRowsWithIndexes:inColumn:withEvent:")]
public virtual bool CanDragRowsWithIndexes (Foundation.NSIndexSet rowIndexes, nint column, AppKit.NSEvent theEvent);
abstract member CanDragRowsWithIndexes : Foundation.NSIndexSet * nint * AppKit.NSEvent -> bool
override this.CanDragRowsWithIndexes : Foundation.NSIndexSet * nint * AppKit.NSEvent -> bool

Parameters

rowIndexes
NSIndexSet
column
System.System.IntPtr System.nativeint
theEvent
NSEvent

Returns

Attributes

Applies to