ClassPrintCompletedEventArgs
Class
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
Constructors
PrintCompletedEventArgs(Exception)
Declaration
cs-api-definition
public PrintCompletedEventArgs(Exception exception)
Parameters
exception