CompletedEventArgs Class Members
In This Topic
The following tables list the members exposed by
CompletedEventArgs.
Public Constructors
Public Fields
| Name | Description |
  | Empty | Provides a value to use with events that do not have event data. (Inherited from System.EventArgs) |
Public Properties
| Name | Description |
 | ErrorCode | Gets the error code of current uploading process. |
 | ErrorString | Gets the error string of current uploading process. |
 | StatusCode | Gets the current status code. |
 | StatusString | Gets the current status string. |
See Also