2

In my Windows Phone application, I am downloading some files from server using a file download class. I want to raise an event with the details of finished file and catch that event in current page. How can I handle this process in my application?

Nelson T Joseph
  • 2,683
  • 8
  • 39
  • 56

1 Answers1

1

You can achieve this by using delegate events by sending the downloaded file as the event parameter.

Arun
  • 3,478
  • 8
  • 33
  • 46