Asks the delegate to return the child of the specified item at the specified index.
Original signature is '- (id)browser:(NSBrowser *)browser child:(NSInteger)index ofItem:(id)item'
Available in Mac OS X v10.6 and later.

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

The child at the specified index.

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