System.Drawing.Printing.PrintEventArgs
Provides data for the BeginPrint and EndPrint events.
namespace System.Drawing.Printing
{
public class PrintEventArgs : CancelEventArgs
{
public PrintAction PrintAction { get; }
public PrintEventArgs();
}
}