Uploader for Silverlight
UploadProgressChangedEventArgs Constructor






Amount of bytes that were uploaded
Amount of bytes that must be uploaded
Additional information attached by the user
Initializes a new instance of a UploadProgressChangedEventArgs.
Syntax
'Declaration
 
Public Function New( _
   ByVal bytesUploaded As System.Long, _
   ByVal totalBytesToUpload As System.Long, _
   ByVal userState As System.Object _
)
'Usage
 
Dim bytesUploaded As System.Long
Dim totalBytesToUpload As System.Long
Dim userState As System.Object
 
Dim instance As New UploadProgressChangedEventArgs(bytesUploaded, totalBytesToUpload, userState)
public UploadProgressChangedEventArgs( 
   System.long bytesUploaded,
   System.long totalBytesToUpload,
   System.object userState
)
public UploadProgressChangedEventArgs( 
    bytesUploaded: System.Int64;
    totalBytesToUpload: System.Int64;
    userState: System.TObject
); 
public function UploadProgressChangedEventArgs( 
   bytesUploaded : System.long,
   totalBytesToUpload : System.long,
   userState : System.Object
);
public: UploadProgressChangedEventArgs( 
   System.long bytesUploaded,
   System.long totalBytesToUpload,
   System.Object* userState
)
public:
UploadProgressChangedEventArgs( 
   System.int64 bytesUploaded,
   System.int64 totalBytesToUpload,
   System.Object^ userState
)

Parameters

bytesUploaded
Amount of bytes that were uploaded
totalBytesToUpload
Amount of bytes that must be uploaded
userState
Additional information attached by the user
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UploadProgressChangedEventArgs Class
UploadProgressChangedEventArgs Members

Send Feedback