SaveContactResult Class
Windows Phone
March 22, 2012
Contains the result of an attempt to save a contact.
System.Object
System.EventArgs
Microsoft.Phone.Tasks.TaskEventArgs
Microsoft.Phone.Tasks.SaveContactResult
System.EventArgs
Microsoft.Phone.Tasks.TaskEventArgs
Microsoft.Phone.Tasks.SaveContactResult
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
The SaveContactResult type exposes the following members.
| Name | Description | |
|---|---|---|
|
SaveContactResult() | Initializes a new instance of the SaveContactResult class. |
|
SaveContactResult(TaskResult) | Initializes a new instance of the SaveContactResult class, with the specified TaskResult. |
| Name | Description | |
|---|---|---|
|
Error | The exception associated with the TaskEventArgs. (Inherited from 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. (Inherited from TaskEventArgs.) |