Click or drag to resize

DownloadEventArgs Class

This class defines the arguments of a download related event.
Inheritance Hierarchy

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public class DownloadEventArgs : EventArgs

The DownloadEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDownloadEventArgs
Initializes a new instance of DownloadEventArgs.
Top
Properties
  NameDescription
Public propertyTask
The download task, the event is related to.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also