MonobjcMonobjc Documented Class Library
NSPathControl..::..PathControlShouldDragPathComponentCellWithPasteboardEventHandler Delegate
NamespacesMonobjc.AppKitNSPathControlNSPathControl..::..PathControlShouldDragPathComponentCellWithPasteboardEventHandler

Implement this method to enable dragging from the control.

Original signature is '- (BOOL)pathControl:(NSPathControl *)pathControl shouldDragPathComponentCell:(NSPathComponentCell *)pathComponentCell withPasteboard:(NSPasteboard *)pasteboard'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate bool PathControlShouldDragPathComponentCellWithPasteboardEventHandler(
	NSPathControl pathControl,
	NSPathComponentCell pathComponentCell,
	NSPasteboard pasteboard
)
Public Delegate Function PathControlShouldDragPathComponentCellWithPasteboardEventHandler ( _
	pathControl As NSPathControl, _
	pathComponentCell As NSPathComponentCell, _
	pasteboard As NSPasteboard _
) As Boolean
public delegate bool PathControlShouldDragPathComponentCellWithPasteboardEventHandler(
	NSPathControl^ pathControl, 
	NSPathComponentCell^ pathComponentCell, 
	NSPasteboard^ pasteboard
)
Parameters
pathControl (NSPathControl)
The path control that sent the message.
pathComponentCell (NSPathComponentCell)
The path component cell from which the drag is beginning.
pasteboard (NSPasteboard)
The pasteboard.
Return Value
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)