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 SourceEndPrintEventArgs()
Initializes a new instance of the EndPrintEventArgs class.
Declaration
public EndPrintEventArgs()
Properties
| Improve this Doc View SourceError
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. |