Share via


NSBrowserDelegate_Extensions.CanDragRowsWithIndexes Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool CanDragRowsWithIndexes(this AppKit.INSBrowserDelegate This, AppKit.NSBrowser browser, Foundation.NSIndexSet rowIndexes, IntPtr column, AppKit.NSEvent theEvent);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CanDragRowsWithIndexes : AppKit.INSBrowserDelegate * AppKit.NSBrowser * Foundation.NSIndexSet * nativeint * AppKit.NSEvent -> bool

Parameters

browser
NSBrowser
rowIndexes
NSIndexSet
column
IntPtr

nativeint

theEvent
NSEvent

Returns

Attributes

Applies to