Raised when the file list is changed.
<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>
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.