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.

Declaration Syntax
Public Delegate Function BrowserChildOfItemEventHandler ( _
browser As NSBrowser, _
index As NSInteger, _
item As Id _
) As Id

Parameters
- browser (NSBrowser)
- The browser.
- index (NSInteger)
- The child’s index.
- item (Id)
- The item containing the child.

Return Value
The child at the specified index.

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