﻿function onSourceDownloadProgressChanged(sender, eventArgs) {
    sender.findName("uxProgress").Width = Math.round(eventArgs.progress * 500);
}
