Allows the delegate to return the token style for editing the specified represented object.
Original signature is '- (NSTokenStyle)tokenFieldCell:(NSTokenFieldCell *)tokenFieldCell styleForRepresentedObject:(id)representedObject'
Available in Mac OS X v10.4 and later.

C# | Visual Basic | Visual C++ |
public event NSTokenFieldCell..::..TokenFieldCellStyleForRepresentedObjectEventHandler TokenFieldCellStyleForRepresentedObject
Public Event TokenFieldCellStyleForRepresentedObject As NSTokenFieldCell..::..TokenFieldCellStyleForRepresentedObjectEventHandler
public: event NSTokenFieldCell..::..TokenFieldCellStyleForRepresentedObjectEventHandler^ TokenFieldCellStyleForRepresentedObject { void add (NSTokenFieldCell..::..TokenFieldCellStyleForRepresentedObjectEventHandler^ value); void remove (NSTokenFieldCell..::..TokenFieldCellStyleForRepresentedObjectEventHandler^ value); }

The style that should be used to display the representedObject. Possible values are shown in NSTokenStyle_Values.

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