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?
Asked
Active
Viewed 36 times
1 Answers
1
You can achieve this by using delegate events by sending the downloaded file as the event parameter.

Arun
- 3,478
- 8
- 33
- 46