﻿function onSourceDownloadProgressChanged(sender, eventArgs)
{
	sender.findName("uxStatus").Text =  Math.round((eventArgs.progress * 100)) + "";
}

