ArcGIS Runtime SDK for WPF - Library Reference
ExecuteCompleted Event
See Also 
ESRI.ArcGIS.Client.Printing Namespace > PrintTask Class : ExecuteCompleted Event

Occurs when the print is completed. This event is raised when Print method is called.

Syntax

Visual Basic (Declaration) 
Public Event ExecuteCompleted As EventHandler(Of PrintEventArgs)
C# 
public event EventHandler<PrintEventArgs> ExecuteCompleted

Event Data

The event handler receives an argument of type PrintEventArgs containing data related to this event. The following PrintEventArgs properties provide information specific to this event.

PropertyDescription
Error (Inherited from ESRI.ArcGIS.Client.Printing.BaseEventArgs)The error returned from executing the task.
PrintResult Gets or sets the print result.
UserState (Inherited from ESRI.ArcGIS.Client.Printing.BaseEventArgs)Gets the unique identifier for the asynchronous task.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.