Skip to main content

IReportServiceClient.StopPrintCompleted Event

Occurs when the document printing has stopped.

Namespace: DevExpress.DocumentServices.ServiceModel.Client

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

event EventHandler<AsyncCompletedEventArgs> StopPrintCompleted

Event Data

The StopPrintCompleted event's data class is AsyncCompletedEventArgs. The following properties provide information specific to this event:

Property Description
Cancelled Gets a value indicating whether an asynchronous operation has been canceled.
Error Gets a value indicating which error occurred during an asynchronous operation.
UserState Gets the unique identifier for the asynchronous task.

The event data class exposes the following methods:

Method Description
RaiseExceptionIfNecessary() Raises a user-supplied exception if an asynchronous operation failed.
See Also