Asks the delegate whether the specified item is a leaf item (an item that cannot be expanded).
Original signature is '- (BOOL)browser:(NSBrowser *)browser isLeafItem:(id)item'
Available in Mac OS X v10.6 and later.

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

YES if the specified item is a leaf item; otherwise, NO.

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