MonobjcMonobjc Documented Class Library
TokenFieldReadFromPasteboard Event
NamespacesMonobjc.AppKitNSTokenField..::..NSTokenFieldDelegateEventDispatcherTokenFieldReadFromPasteboard

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

Original signature is '- (NSArray *)tokenField:(NSTokenField *)tokenField readFromPasteboard:(NSPasteboard *)pboard'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
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)