Class
PrintCompletedEventArgs

Provides data for the PrintCompleted event.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class PrintCompletedEventArgs : EventArgs

Inheritance: objectEventArgsPrintCompletedEventArgs

Inherited Members EventArgs.Empty

Constructors

PrintCompletedEventArgs(Exception)

Declaration

cs-api-definition
public PrintCompletedEventArgs(Exception exception)

Parameters

exception

Exception

Properties

Error

Represents the error information associated with the print completion event.

Declaration

cs-api-definition
public Exception Error { get; }

Property Value

Exception