NSBrowserDelegate.CanDragRowsWithIndexes 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:canDragRowsWithIndexes:inColumn:withEvent:")]
public virtual bool CanDragRowsWithIndexes (AppKit.NSBrowser browser, Foundation.NSIndexSet rowIndexes, nint column, AppKit.NSEvent theEvent);
abstract member CanDragRowsWithIndexes : AppKit.NSBrowser * Foundation.NSIndexSet * nint * AppKit.NSEvent -> bool
override this.CanDragRowsWithIndexes : AppKit.NSBrowser * Foundation.NSIndexSet * nint * AppKit.NSEvent -> bool
Parameters
- browser
- NSBrowser
- rowIndexes
- NSIndexSet
- column
- System.System.IntPtr System.nativeint
- theEvent
- NSEvent
Returns
- Attributes