public long BytesRead { get; }
Public ReadOnly Property BytesRead As Long
Get
Dim instance As FileCopyProgressChangedEventArgs
Dim value As Long
value = instance.BytesRead
public:
property long long BytesRead {
long long get ();
}
member BytesRead : int64 with get
No code example is currently available or this language may not be supported.