UploadEventArgs Class

HD.Common

UploadEventArgs Class Helper帮助文档
上传数据参数
Inheritance Hierarchy

SystemObject  SystemEventArgs
    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

  NameDescription
Public methodUploadEventArgs
Initializes a new instance of the UploadEventArgs class
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
Properties

  NameDescription
Public propertyBytesSent
已发送的字节数
Public propertyTotalBytes
总字节数
Top
See Also

Reference