Class UploadProgress.BytesUploadedChangedEventArgs
UploadProgress.BytesUploadedChangedEventArgs provides event arguments for an upload change event.
Namespace: GroupMeClientApi
Assembly: GroupMeClientApi.dll
Syntax
public class BytesUploadedChangedEventArgs : EventArgs
Properties
| Improve this Doc View SourceBytesUploaded
Gets the number of bytes that have been successfully uploaded.
Declaration
public int BytesUploaded { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |