Visual Basic (Declaration) | |
---|---|
Public Event UploadProgress As EventHandler(Of UploadProgressEventArgs) |
C# | |
---|---|
public event EventHandler<UploadProgressEventArgs> UploadProgress |
The event handler receives an argument of type UploadProgressEventArgs containing data related to this event. The following UploadProgressEventArgs properties provide information specific to this event.
Property | Description |
---|---|
BytesWritten | Gets the bytes written. |
TotalBytes | Gets the total bytes. |
UserState (Inherited from ESRI.ArcGIS.Client.Tasks.TaskEventArgs) | Gets the unique identifier for the asynchronous task. |
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7