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) | |
Error (Inherited from System.ComponentModel.AsyncCompletedEventArgs) | |
Result | Gets a readable stream that contains data that might be returned by a ArcGISWebClient.PostMultipartAsync method. |
UserState (Inherited from System.ComponentModel.AsyncCompletedEventArgs) |
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8