Skip to main content

ReportServiceClient.ClearDocumentCompleted Event

Occurs when the document has been cleared.

Namespace: DevExpress.DocumentServices.ServiceModel.Client

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

NuGet Package: DevExpress.Printing.Core

Declaration

public event EventHandler<AsyncCompletedEventArgs> ClearDocumentCompleted

Event Data

The ClearDocumentCompleted 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