MonobjcMonobjc Documented Class Library
NSTokenFieldCell..::..TokenFieldCellReadFromPasteboardEventHandler Delegate
NamespacesMonobjc.AppKitNSTokenFieldCellNSTokenFieldCell..::..TokenFieldCellReadFromPasteboardEventHandler

Allows the delegate to return an array of objects representing the data read from pboard.

Original signature is '- (NSArray *)tokenFieldCell:(NSTokenFieldCell *)tokenFieldCell readFromPasteboard:(NSPasteboard *)pboard'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate NSArray TokenFieldCellReadFromPasteboardEventHandler(
	NSTokenFieldCell tokenFieldCell,
	NSPasteboard pboard
)
Public Delegate Function TokenFieldCellReadFromPasteboardEventHandler ( _
	tokenFieldCell As NSTokenFieldCell, _
	pboard As NSPasteboard _
) As NSArray
public delegate NSArray^ TokenFieldCellReadFromPasteboardEventHandler(
	NSTokenFieldCell^ tokenFieldCell, 
	NSPasteboard^ pboard
)
Parameters
tokenFieldCell (NSTokenFieldCell)
The token field cell that sent the message.
pboard (NSPasteboard)
The pasteboard from which to read the represented objects.
Return Value
An array of represented objects created from the pasteboard data.
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)