Reference Library
OnFilePartDownloaded Method (e)
NamespacesMBNCSUtil.NetBnFtpRequestBaseOnFilePartDownloaded(DownloadStatusEventArgs)
Invokes the FilePartDownloaded event.
Declaration Syntax
C#Visual BasicVisual 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)