Intersoft ClientUI Documentation
BytesRead Property
See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace > NavigationProgressEventArgs Class : BytesRead Property






Gets the number of bytes that have been read.

Syntax

Visual Basic (Declaration) 
Public Property BytesRead As Long
Visual Basic (Usage)Copy Code
Dim instance As NavigationProgressEventArgs
Dim value As Long
 
instance.BytesRead = value
 
value = instance.BytesRead
C# 
public long BytesRead {get; set;}
Delphi 
public read-write property BytesRead: Int64; 
JScript 
public function get,set BytesRead : long
Managed Extensions for C++ 
public: __property long get_BytesRead();
public: __property void set_BytesRead( 
   long value
);
C++/CLI 
public:
property int64 BytesRead {
   int64 get();
   void set (    int64 value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.