Reference Library
DownloadStatusEventHandler Delegate
NamespacesMBNCSUtil.NetDownloadStatusEventHandler
Indicates the method type that handles Battle.net FTP download status events.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void DownloadStatusEventHandler(
	Object sender,
	DownloadStatusEventArgs e
)
Public Delegate Sub DownloadStatusEventHandler ( _
	sender As Object, _
	e As DownloadStatusEventArgs _
)
public delegate void DownloadStatusEventHandler(
	Object^ sender, 
	DownloadStatusEventArgs^ e
)
Parameters
sender (Object)
The object that initiated this event.
e (DownloadStatusEventArgs)
Status information about the download.
Remarks

The sender parameter is guaranteed to always be an instance of BnFtpRequestBase (or a derived class).

Assembly: Asgard5Library (Module: Asgard5Library)