| Visual Basic (Declaration) | |
|---|---|
Public Event JobCompleted As EventHandler(Of PrintJobEventArgs) | |
| C# | |
|---|---|
public event EventHandler<PrintJobEventArgs> JobCompleted | |
The event handler receives an argument of type PrintJobEventArgs containing data related to this event. The following PrintJobEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Error (Inherited from ESRI.ArcGIS.Client.Printing.BaseEventArgs) | The error returned from executing the task. |
| PrintJobInfo | Gets the job info. |
| PrintResult | Gets or sets the print result. |
| UserState (Inherited from ESRI.ArcGIS.Client.Printing.BaseEventArgs) | Gets the unique identifier for the asynchronous task. |
Target Platforms:Windows Phone 7