FileDownloader.DownloadFileCountChange Event

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Raised when the file list is changed.

Syntax

JavaScript
<script type="text/javascript" src="iuembed.js">  </script>
<script type="text/javascript">
function FileDownloaderID_DownloadFileCountChange() {
	//...your code...
}
var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500);
//...params...
//...other event listeners...
fd.addEventListener("DownloadFileCountChange", "FileDownloaderID_DownloadFileCountChange");
//...other event listeners...
fd.writeHtml();
</script>

Remarks

This event is raised when the file list is changed either after adding/removing single items, or after calling the M:FileDownloader.DownloadFileList or M:FileDownloader.ClearFileList method.

See Also

Reference