Returns the string that is used for type selection for a given column and item.
Original signature is '- (NSString *)outlineView:(NSOutlineView *)outlineView typeSelectStringForTableColumn:(NSTableColumn *)tableColumn item:(id)item'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public event NSOutlineView..::..OutlineViewTypeSelectStringForTableColumnItemEventHandler OutlineViewTypeSelectStringForTableColumnItem
Public Event OutlineViewTypeSelectStringForTableColumnItem As NSOutlineView..::..OutlineViewTypeSelectStringForTableColumnItemEventHandler
public: event NSOutlineView..::..OutlineViewTypeSelectStringForTableColumnItemEventHandler^ OutlineViewTypeSelectStringForTableColumnItem { void add (NSOutlineView..::..OutlineViewTypeSelectStringForTableColumnItemEventHandler^ value); void remove (NSOutlineView..::..OutlineViewTypeSelectStringForTableColumnItemEventHandler^ value); }

The string that is used for type selection. You may want to change what is searched for based on what is displayed, or simply return nil for that row and/or column to not be searched

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