Table of Contents

Class PrintCompletedEventArgs<TPrintSettings>

Namespace
DotNetBrowser.Print.Events
Assembly
DotNetBrowser.dll

Event arguments for the PrintCompleted event.

public sealed class PrintCompletedEventArgs<TPrintSettings> : EventArgs where TPrintSettings : class, IPrintSettings

Type Parameters

TPrintSettings

The print settings type.

Inheritance
PrintCompletedEventArgs<TPrintSettings>
Inherited Members

Properties

IsCompletedSuccessfully

Indicates whether the printing is completed successfully.

PrintJob

Gets the print job associated with this event.