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.

C# | Visual Basic | Visual C++ |
public event NSBrowser..::..RootItemForBrowserEventHandler RootItemForBrowser
Public Event RootItemForBrowser As NSBrowser..::..RootItemForBrowserEventHandler
public: event NSBrowser..::..RootItemForBrowserEventHandler^ RootItemForBrowser { void add (NSBrowser..::..RootItemForBrowserEventHandler^ value); void remove (NSBrowser..::..RootItemForBrowserEventHandler^ value); }

The browser’s root item.

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