An NSFileManager object sends this message if an error occurs during an attempt to copy to a given URL.
Original signature is '- (BOOL)fileManager:(NSFileManager *)fileManager shouldProceedAfterError:(NSError *)error copyingItemAtURL:(NSURL *)srcURL toURL:(NSURL *)dstURL'
Available in Mac OS X v10.6 and later.

C# | Visual Basic | Visual C++ |
public event NSFileManager..::..FileManagerShouldProceedAfterErrorCopyingItemAtURLToURLEventHandler FileManagerShouldProceedAfterErrorCopyingItemAtURLToURL
Public Event FileManagerShouldProceedAfterErrorCopyingItemAtURLToURL As NSFileManager..::..FileManagerShouldProceedAfterErrorCopyingItemAtURLToURLEventHandler
public: event NSFileManager..::..FileManagerShouldProceedAfterErrorCopyingItemAtURLToURLEventHandler^ FileManagerShouldProceedAfterErrorCopyingItemAtURLToURL { void add (NSFileManager..::..FileManagerShouldProceedAfterErrorCopyingItemAtURLToURLEventHandler^ value); void remove (NSFileManager..::..FileManagerShouldProceedAfterErrorCopyingItemAtURLToURLEventHandler^ value); }

YES if the operation should proceed, otherwise NO.

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