Sent when a download object determines that the downloaded file is encoded to inquire whether the file should be automatically decoded.
Original signature is '- (BOOL)download:(NSURLDownload *)download shouldDecodeSourceDataOfMIMEType:(NSString *)encodingType'
Available in Mac OS X v10.2 with Safari 1.0 installed and later.

C# | Visual Basic | Visual C++ |
public event NSURLDownload..::..DownloadShouldDecodeSourceDataOfMIMETypeEventHandler DownloadShouldDecodeSourceDataOfMIMEType
Public Event DownloadShouldDecodeSourceDataOfMIMEType As NSURLDownload..::..DownloadShouldDecodeSourceDataOfMIMETypeEventHandler
public: event NSURLDownload..::..DownloadShouldDecodeSourceDataOfMIMETypeEventHandler^ DownloadShouldDecodeSourceDataOfMIMEType { void add (NSURLDownload..::..DownloadShouldDecodeSourceDataOfMIMETypeEventHandler^ value); void remove (NSURLDownload..::..DownloadShouldDecodeSourceDataOfMIMETypeEventHandler^ value); }

YES to decode the file, NO otherwise.

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