TaskEventArgs Class
Windows Phone
March 22, 2012
The EventArgs used by the Completed event for all Choosers.
Namespace:
Microsoft.Phone.Tasks
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
The TaskEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
TaskEventArgs() | Initializes a new instance of the TaskEventArgs class. |
|
TaskEventArgs(TaskResult) | Initializes a new instance of the TaskEventArgs class with the specified TaskResult. |
| Name | Description | |
|---|---|---|
|
Error | The exception associated with the TaskEventArgs. |
|
TaskResult | The TaskResult associated with the TaskEventArgs. This indicates whether the task was completed successfully, if the user cancelled the task, or if no result information is available. |