Class PrintCompletedEventArgs
Inheritance
System.Object
PrintCompletedEventArgs
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Documents.dll
Syntax
public class PrintCompletedEventArgs : EventArgs
Constructors
PrintCompletedEventArgs(Exception)
Declaration
public PrintCompletedEventArgs(Exception exception)
Parameters
System.Exception
exception
|
Properties
Error
Declaration
public Exception Error { get; }
Property Value
System.Exception
|