MonobjcMonobjc Documented Class Library
DraggingImageForRowsWithIndexesInColumnWithEventOffset Method (rowIndexes, columnIndex, dragEvent, dragImageOffset)
NamespacesMonobjc.AppKitNSBrowserDraggingImageForRowsWithIndexesInColumnWithEventOffset(NSIndexSet, NSInteger, NSEvent, NSPoint%)

Provides an image to represent dragged rows during a drag operation on the browser.

Original signature is '- (NSImage *)draggingImageForRowsWithIndexes:(NSIndexSet *)rowIndexes inColumn:(NSInteger)columnIndex withEvent:(NSEvent *)dragEvent offset:(NSPointPointer)dragImageOffset'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSImage DraggingImageForRowsWithIndexesInColumnWithEventOffset(
	NSIndexSet rowIndexes,
	NSInteger columnIndex,
	NSEvent dragEvent,
	out NSPoint dragImageOffset
)
Public Overridable Function DraggingImageForRowsWithIndexesInColumnWithEventOffset ( _
	rowIndexes As NSIndexSet, _
	columnIndex As NSInteger, _
	dragEvent As NSEvent, _
	<OutAttribute> ByRef dragImageOffset As NSPoint _
) As NSImage
public:
virtual NSImage^ DraggingImageForRowsWithIndexesInColumnWithEventOffset(
	NSIndexSet^ rowIndexes, 
	NSInteger columnIndex, 
	NSEvent^ dragEvent, 
	[OutAttribute] NSPoint% dragImageOffset
)
Parameters
rowIndexes (NSIndexSet)
Rows the user is dragging.
columnIndex (NSInteger)
Column with the rows the user is dragging.
dragEvent (NSEvent)
Mouse drag event.
dragImageOffset (NSPoint%)
Offset for the returned image:
Return Value
Image representing the visible cells identified by rowIndexes.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)