function onSourceDownloadProgressChanged(sender, eventArgs) {
    sender.findName("rotate").Angle += 10;
}