This is experimental documentation.
Indicates the method type that handles Battle.net FTP download status events.
Declaration Syntax
C# | Visual Basic | Visual 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)