C1.Silverlight.Uploader Namespace > UploadProgressChangedEventArgs Class : UploadProgressChangedEventArgs Constructor |
'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 )
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