| Visual Basic (Declaration) | |
|---|---|
Public Event PostMultipartCompleted As EventHandler(Of ArcGISWebClient.PostMultipartCompletedEventArgs) | |
| C# | |
|---|---|
public event EventHandler<ArcGISWebClient.PostMultipartCompletedEventArgs> PostMultipartCompleted | |
The event handler receives an argument of type ArcGISWebClient.PostMultipartCompletedEventArgs containing data related to this event. The following ArcGISWebClient.PostMultipartCompletedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Cancelled (Inherited from System.ComponentModel.AsyncCompletedEventArgs) | Gets a value indicating whether an asynchronous operation has been canceled. |
| Error (Inherited from System.ComponentModel.AsyncCompletedEventArgs) | Gets a value indicating which error occurred during an asynchronous operation. |
| Result | Gets a readable stream that contains data that might be returned by a ArcGISWebClient.PostMultipartAsync method. |
| UserState (Inherited from System.ComponentModel.AsyncCompletedEventArgs) | 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