New to Telerik UI for WPFStart a free 30-day trial

Provides data for the PrintCompleted event.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class PrintCompletedEventArgs : EventArgs

Inheritance: objectEventArgsPrintCompletedEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public PrintCompletedEventArgs(Exception exception)
Parameters:exceptionException

Properties

Represents the error information associated with the print completion event.

C#
public Exception Error { get; }