MonobjcMonobjc Documented Class Library
BrowserDraggingImageForRowsWithIndexesInColumnWithEventOffset Event
NamespacesMonobjc.AppKitNSBrowser..::..NSBrowserDelegateEventDispatcherBrowserDraggingImageForRowsWithIndexesInColumnWithEventOffset

Sent to the delegate to obtain an image to represent dragged rows during a drag operation on a browser.

Original signature is '- (NSImage *)browser:(NSBrowser *)browser draggingImageForRowsWithIndexes:(NSIndexSet *)rowIndexes inColumn:(NSInteger)column withEvent:(NSEvent *)event offset:(NSPointPointer)dragImageOffset'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
Return Value
An image representing the visible rows 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)