NSBrowserDelegate.CanDragRowsWithIndexes Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
[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
Parámetros
- browser
- NSBrowser
- rowIndexes
- NSIndexSet
- column
- System.System.IntPtr System.nativeint
- theEvent
- NSEvent
Devoluciones
- Atributos