Asks the delegate to return the root item of the browser.
Original signature is '- (id)rootItemForBrowser:(NSBrowser *)browser'
Available in Mac OS X v10.6 and later.

Declaration Syntax
public delegate Id RootItemForBrowserEventHandler(
NSBrowser browser
)
Public Delegate Function RootItemForBrowserEventHandler ( _
browser As NSBrowser _
) As Id
public delegate Id^ RootItemForBrowserEventHandler(
NSBrowser^ browser
)

Return Value
The browser’s root item.

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)
Assembly:
Monobjc.AppKit (Module: Monobjc.AppKit)