• Home
  • API Documentation

Class UploadProgress.BytesUploadedChangedEventArgs

UploadProgress.BytesUploadedChangedEventArgs provides event arguments for an upload change event.

Inheritance
Object
UploadProgress.BytesUploadedChangedEventArgs
Namespace: GroupMeClientApi
Assembly: GroupMeClientApi.dll
Syntax
public class BytesUploadedChangedEventArgs : EventArgs

Properties

| Improve this Doc View Source

BytesUploaded

Gets the number of bytes that have been successfully uploaded.

Declaration
public int BytesUploaded { get; }
Property Value
Type Description
Int32
  • Edit on GitHub
  • View on GitHub
Back to top Generated by DocFX