UploadFileCompletedEventArgs Class

Arguments for the UploadFileCompleted event.

Constructors

Name Description
UploadFileCompletedEventArgs(FileMetadata, Exception, bool) Creates a new instance of the UploadFileCompletedEventArgs class.

Properties

Name Type Description
Cancelled System.Boolean Whether the operation was cancelled or not.
Error System.Exception Error that occured during the upload processed, if occured.
Response DotNetBox.FileMetadata Metadata of the uploaded file.