Implement this method to customize the menu of a pop-up–style path.
Original signature is '- (void)pathCell:(NSPathCell *)pathCell willPopUpMenu:(NSMenu *)menu'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public event NSPathCell..::..PathCellWillPopUpMenuEventHandler PathCellWillPopUpMenu
Public Event PathCellWillPopUpMenu As NSPathCell..::..PathCellWillPopUpMenuEventHandler
public: event NSPathCell..::..PathCellWillPopUpMenuEventHandler^ PathCellWillPopUpMenu { void add (NSPathCell..::..PathCellWillPopUpMenuEventHandler^ value); void remove (NSPathCell..::..PathCellWillPopUpMenuEventHandler^ value); }

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