Show / Hide Table of Contents

Class EndPrintEventArgs

Provides data for the EndPrint event.

Inheritance
System.Object
System.EventArgs
EndPrintEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Printing
Assembly: OpenSilver.dll
Syntax
public sealed class EndPrintEventArgs : EventArgs

Constructors

| Improve this Doc View Source

EndPrintEventArgs()

Initializes a new instance of the EndPrintEventArgs class.

Declaration
public EndPrintEventArgs()

Properties

| Improve this Doc View Source

Error

Gets an exception that indicates what kind of error occurred during printing, if an error occurred.

Declaration
[NotImplemented]
public Exception Error { get; }
Property Value
Type Description
System.Exception

An exception that indicates what kind of error occurred during printing, if an error occurred. The default is null.

  • Improve this Doc
  • View Source