UploadEventArgs Class | Helper帮助文档 |
上传数据参数
Inheritance Hierarchy
HD.CommonUploadEventArgs
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class UploadEventArgs : EventArgs
Public Class UploadEventArgs Inherits EventArgs
public ref class UploadEventArgs : public EventArgs
type UploadEventArgs = class inherit EventArgs end
The UploadEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | UploadEventArgs | Initializes a new instance of the UploadEventArgs class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | BytesSent |
已发送的字节数
|
![]() | TotalBytes |
总字节数
|
See Also