Sent to the delegate to determine whether keyboard-based selection (type select) for a given event and search string should proceed.
Original signature is '- (BOOL)browser:(NSBrowser *)browser shouldTypeSelectForEvent:(NSEvent *)event withCurrentSearchString:(NSString *)searchString'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public delegate bool BrowserShouldTypeSelectForEventWithCurrentSearchStringEventHandler( NSBrowser browser, NSEvent event, NSString searchString )

YES to allow the selection; NO to disallow it.

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