This is experimental documentation.
Invokes the FilePartDownloaded event.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected virtual void OnFilePartDownloaded( DownloadStatusEventArgs e )
Protected Overridable Sub OnFilePartDownloaded ( _ e As DownloadStatusEventArgs _ )
protected: virtual void OnFilePartDownloaded( DownloadStatusEventArgs^ e )
Parameters
- e (DownloadStatusEventArgs)
- The download status for this file.
Remarks
Note to Inheritors: The suggested way to hook the FilePartDownloaded event is to override this method. However, to ensure that the event is called and all listeners receive it, be certain to call the base implementation as well.
Assembly: Asgard5Library (Module: Asgard5Library)