This line:is calling the base implementation of the method, which is where the event gets raised. If you edit the properties of the 'e' parameter before that line then those updated property values will be appear in all handlers for that event.vb Code:
MyBase.OnDownloadDataCompleted(e)




Reply With Quote