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

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

YES if the operation should proceed, otherwise NO.

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