Implement this method to accept previously validated contents dropped onto the control.
Original signature is '- (BOOL)pathControl:(NSPathControl *)pathControl acceptDrop:(id < NSDraggingInfo >)info'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
bool PathControlAcceptDrop( NSPathControl pathControl, INSDraggingInfo info )
Function PathControlAcceptDrop ( _ pathControl As NSPathControl, _ info As INSDraggingInfo _ ) As Boolean
bool PathControlAcceptDrop( NSPathControl^ pathControl, INSDraggingInfo^ info )

- pathControl (NSPathControl)
- The path control that sent the message.
- info (INSDraggingInfo)
- An object containing details about this dragging operation.

[Missing <returns> documentation for "M:Monobjc.AppKit.INSPathControlDelegate.PathControlAcceptDrop(Monobjc.AppKit.NSPathControl,Monobjc.AppKit.INSDraggingInfo)"]

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