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.

C# | Visual Basic | Visual C++ |
public event NSTokenField..::..TokenFieldWriteRepresentedObjectsToPasteboardEventHandler TokenFieldWriteRepresentedObjectsToPasteboard
Public Event TokenFieldWriteRepresentedObjectsToPasteboard As NSTokenField..::..TokenFieldWriteRepresentedObjectsToPasteboardEventHandler
public: event NSTokenField..::..TokenFieldWriteRepresentedObjectsToPasteboardEventHandler^ TokenFieldWriteRepresentedObjectsToPasteboard { void add (NSTokenField..::..TokenFieldWriteRepresentedObjectsToPasteboardEventHandler^ value); void remove (NSTokenField..::..TokenFieldWriteRepresentedObjectsToPasteboardEventHandler^ 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.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)