Click or drag to resize
DownloadProgressEventArgs Class
Container class for download progress information .
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    GLNeuroTech.Devices.CommonDownloadProgressEventArgs

Namespace: GLNeuroTech.Devices.Common
Assembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax
public class DownloadProgressEventArgs : EventArgs

The DownloadProgressEventArgs type exposes the following members.

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
Properties
  NameDescription
Public propertyStatus
The current status of the download.
Top
See Also