Apology if this is too basic. Is there any difference between these 2 lines? Assuming OnCompleted is a method defined within the class itself.
task.Completed += new BackgroundTaskCompletedEventHandler(OnCompleted) task.Completed += OnCompleted
Microsoft Certified Solutions Developer - Windows Store Apps Using C#