MonobjcMonobjc Documented Class Library
TokenFieldWriteRepresentedObjectsToPasteboard Event
NamespacesMonobjc.AppKitNSTokenField..::..NSTokenFieldDelegateEventDispatcherTokenFieldWriteRepresentedObjectsToPasteboard

Sent so the delegate can write represented objects to the pasteboard corresponding to a given array of display strings.

Original signature is '- (BOOL)tokenField:(NSTokenField *)tokenField writeRepresentedObjects:(NSArray *)objects toPasteboard:(NSPasteboard *)pboard'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
Return Value
YES if the delegate writes the represented objects to the pasteboard, NO otherwise. If NO, the token field writes the display strings to the NSStringPboardType pasteboard.
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)